{% extends "./card.html" %} {% block container_class %}wide{% endblock %} {% block headings %}
{{ block.super }}
{% block content %} {% if content and with_content %} {% autoescape off %} {{ content|linebreaks }} {% endautoescape %} {% endif %} {% endblock %}
{% block header-nav %}{% endblock %}
{% endblock %}