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