{% extends "base.html" %} {% block title %} Tags {{ super() }} {% endblock %} {% block page_header %} Tags {% endblock %} {% block content %} {% for tag, articles in tags|sort %} {% endfor %}
#{{ tag }} {{ articles|count }}
{% endblock %}