{% extends 'layout.html' %} {% set crumbs = (('News', 'news/'), ('Archives', 'news/archives/'), (tag.name,)) %} {% block content %} {% for archive in tag.archives|values %}
{{ archive.year }}
{% for month in archive.months|values %} {% for post in month %}
{{ post.title }}
{% if post.tags %} {% endif %} {% endfor %} {% endfor %}
{% endfor %} {% endblock %}