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

blog achive

{% for y in counts|reverse() %}
{{ y }}
{% for m in range(1,13) %}
{% if counts[y][m] > 0 %}{{ _months_short[m] }} {% else %} {{ _months_short[m] }} {% endif %}
{% endfor %}
{% endfor %}
{% endblock %}