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

{{ SITENAME }}


{{ SITESUBTITLE }}
{% endblock header %} {% block content %} {% for article in articles_page.object_list %}

{{ article.title }}

{% if article.summary %}

{{ article.summary }}

{% endif %}

Posted by {% for author in article.authors %} {{ author }} {% endfor %} on {{ article.locale_date }}


{% endfor %} {% include "pagination.html" %}
{% endblock content %}