{% extends "page.html" %} {% set is_blog = True %} {% block contents %} {% for post in posts %}

{{ post.title }}

Posted: {{ post.pretty_date }}

{{ post.contents }} {% if not loop.last %}
{% endif %} {% endfor %} {% endblock %} {% block update_date %}

Page last updated: {{ posts[0].pretty_date }}

{% endblock %}