{% extends "index.html" %} {% block extrahead %} {% endblock %} {% block content %}
{{ section.content | safe }}
{% if not section.extra.disable_listing %}
{% for article in section.pages %} {% endfor %} {% endif %}
{% endblock content %}