{% extends "base.html" %} {% block content %}

Index {% block headnotes %} | Archives {% endblock headnotes %}

{% for article in articles_page.object_list %}

{{ article.title }}

{{ article.summary }}
{% if not loop.last %}
{% endif %} {% endfor %} {% endblock %}