{% extends "base.html" %} {% block title %}{{ SITENAME }} - Tags{% endblock %} {% block content %}

Tags for {{ SITENAME }}:

{% for tag, articles in tags|sort %}
{{ tag }} ({{ articles|count }})
{% endfor %}
{% endblock %}