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

{{ _months[month] }} {{ year }} archive | {{ index|length() }} posts

{% for subindex in index|groupby('_date.month')|reverse() %}
{% if not month %}

{{ _months[subindex.grouper] }} ( {{subindex.list|length()}} )

{% endif %}
{% endfor %}
{% endblock %}