{% extends 'base.html' %} {% block header %}

Tags

{% endblock %} {% block content %}
{% for tag in sorted_tags %}
{{ tag }}
{{ out_tags[tag].count_videos }} Videos
More
{% endfor %}
{% endblock %}