{% import "subscription/tag.html" as tag %} {% macro content(channel) -%}
Thumbnails of {{ channel.name }}

{{ channel.name }}

{% if channel.infos.snippet.customUrl is defined %}

#{{ channel.infos.snippet.customUrl }}

{% else %} {% endif %}

{{ channel.id }}

{{ channel.infos.snippet.description }}

{{ tag.content(subscription.tags, channel) }}
#
{% if current_user.is_subscribing(channel) %}
{% else %} {% endif %}
{%- endmacro %}