{% extends 'base.html' %} {% block head %} {% include 'modules/planet_seo.html' %} {% endblock %} {% block main %} {% include 'modules/top.html' %} {% include 'modules/nav.html' %}
Tags
{{ tags.count }} tag{% if tags.count > 1 %}s{% endif %}
{% for tag in tags %}
{{ tags[tag] }} {{ tag_articles[tag].count }}
{% endfor %}
{% endblock %}