{% macro carousal(videos) -%} {% set thumb_num = [videos | length, 3] | min %} {%- endmacro %} {% macro info(channel, subscription, current_user) -%}
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 }}

{{ tags(subscription.tags, channel) }}
#
{% if current_user.is_subscribing(channel) %}
{% else %} {% endif %}
{%- endmacro %} {% macro tags(tags, channel) -%}
{% for tag in tags %}
{{ tag.name }}
{% endfor %}
{%- endmacro %}