{% extends "base.html" %} {% block title %}Tags — {{ SITENAME }}{% endblock %} {% block content %} Published article series {% for tag, articles in tags|sort %} {{ tag.name }} ({{ articles|count }}) {% endfor %} {% endblock %}
{% for tag, articles in tags|sort %} {{ tag.name }} ({{ articles|count }}) {% endfor %}