{% extends "base.html" %} {% block content %} {% block content_title %}{% endblock %} {% if page %} {{ page.content|indent(12) }} {% endif %} {% if articles %} {% for article in articles %} {{ article.title }} {{ article.locale_date }} {% endfor %} {% endif %} {% endblock content %} {% block footer %} {% endblock %}