{% extends "index.html" %} {% block content %}
{{ section.content | safe }}

{% for article in section.pages | reverse() %} {% endfor %}
{% endblock content %}