{% extends 'base.html' %} {% set page = 'tags' %} {% block content %}
{% for tag, count in tag_counts.items() %} {% endfor %}
Tag Count Percentage
{{ tag.name }} {{ count }}
{% endblock %}