{% if tag_counts %}
{% for tag, count in tag_counts|dictsort %} {{ tag }} {{ count }} {% endfor %}
{% else %}
No tags found — run seed.py or create articles
{% endif %}