{% extends "base.html" %} {% block content %} {% for article in articles_page.object_list %}

{{ article.title }}

{{ article.locale_date }} {% if article.modified %} — updated {{ article.locale_modified }} {% endif %}

{{ article.summary }}
{% endfor %} {% endblock %}