{% extends "base.html" %} {% block title %}Tags | {{ SITENAME }}{% endblock %} {% block description %}A listing of all tags on this site{% endblock %} {% block content %} {% for tag, articles in tags|sort %} {{ tag }} ({{ articles|count }}) {% endfor %} {% endblock %}