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