{% extends "layout.html" %} {% from "helpers.html" import input_field, textarea, form %} {% block page_title %}Index Page{% endblock %} {% block body %} {%- for article in articles if article.published %}
written by {{ article.user.username|e }} on {{ article.pub_date|dateformat }}