{% for month,items in archives_data %}
  • {% if archives_show_count %} {{ items|length }} {% endif %} {{ month }}
  • {% endfor %}