{% extends "base.html" %} {% block title %}Archives{% endblock %} {% block headerimg %}{{ DEFAUT_HEADER_BG }}{% endblock %} {% block content %}

Archives and tags

{% for tag, articles in tags %} {{ tag }} ({{ articles | length }}) {% endfor %}
{% endblock %}