{% extends "base.html" %} {% block header %} {% if HEADER_COVER %} {% else %} {% endif %} {{ SITENAME }} {{ SITESUBTITLE }} {% endblock header %} {% block content %} {% for article in articles_page.object_list %} {{ article.title }} {% if article.summary %} {{ article.summary|truncate(140) }} {% endif %} Posted by {% for author in article.authors %} {{ author }} {% endfor %} on {{ article.locale_date }} {% include 'comments.html' %} {% endfor %} {% include "pagination.html" %} {% endblock content %}
Posted by {% for author in article.authors %} {{ author }} {% endfor %} on {{ article.locale_date }} {% include 'comments.html' %}