{% extends "base.html" %} {% block header %} {{ SITENAME }} {{ SITESUBTITLE }} {% endblock header %} {% block content %} {% for article in articles_page.object_list %}
Posted by {% for author in article.authors %} {{ author }} {% endfor %} on {{ article.locale_date }}