{% extends "base.html" %} {% block content %}

"{{ tag_name }}" tag archive | {{ index|length() }} posts

{% for subindex in index|groupby('_date.year')|reverse() %}

{{ subindex.grouper }} | {{subindex.list|length()}} posts

{% endfor %}
{% endblock %}