{% extends "base.html" %} {% block title %}Index by Tags{% endblock title %} {% block content %} {% if tags %} {% for tag, pages in tags|dictsort %} {% endfor %}
Tag Number of Articles
{{ tag }} {{ pages|length }}
{% else %}

There are no tags in use so far.

{% endif %} {% endblock content %}