{% extends "base.html" %} {% block title %}Tags | {{ SITENAME }}{% endblock %} {% block subheader %} {% include "modules/blogsubheader.html" %} {% endblock subheader %} {% block content %} {% for tag, articles in tags|sort %} {{ tag }} ({{ articles|count }}) {% endfor %} {% endblock %}