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