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

{{ year }}

{% endfor %} {% endblock %}