{% extends "layout.html" %} {% block page_title %}Index Page{% endblock %} {% block body %} {% for article in articles %} {% if article.published %}
written by {{ article.user.username }} on {{ article.pub_date|dateformat }}