{% extends "base.html" %} {% block header %} {% if HEADER_COVER %} {% else %} {% endif %} {{ SITENAME }} {% if SITESUBTITLE %} {{ SITESUBTITLE }} {% endif %} {% endblock header %} {% block content %} {% for article in articles_page.object_list %} {{ article.title }} {% if SHOW_FULL_ARTICLE %} {{ article.content }} {% elif 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 }}