{% extends "base.html" %} {% set title = "Tags" %} {% block style %} {% endblock %} {% block content %} {% for tag in tags %}

{{ tag.name }}

{% for subscription_tag in tag.subscription_tags %} {% if subscription_tag.subscription.channel.infos.snippet.thumbnails.default.url %} {% endif %} {% endfor %}
{% endfor %} {% endblock %}