{% extends "base.html.j2" %} {% import 'macros.imp.j2' as macros %} {% block title %}{{ title | e }}{% endblock %} {% block content %}

{{ title | e }} {{ macros.emoji_button("subscribe", channel_id, is_subscribed) if channel_id }}

About

{{ channel_desc }}

videos | playlists |
{% if subpage != "search" %}
{% if list %} {% endif %}
{% endif %}
{% for card in rows %} {{ macros.typed_card(card) }} {% endfor %} {{ macros.dummycard() }}
{% if not rows|length %}no more results{% endif %}
{{ macros.pagination("previous", {'page':(-1,1)}, -1) if page > 1 }} {{ macros.pagination("next", {'page':(+1,1)}, +1) if has_more}}
{% endblock %}