{% import "macros.html" as macros %} {% extends "base.html" %} {% block title %} Tags • Videobox {% endblock %} {% block content %}

Tags

{% for (tag_slug, tag_name), series in tags_series %}

{{tag_name}}

View all
{% endfor %}
{% endblock %}