% rebase('base.html', title=f"{channel.display_name}")
{{channel.display_name}} - {{channel.broadcaster_type}}

{{channel.description}}

% if defined('stream') and stream:
{{stream.uptime}}
{{stream.viewer_count}}
{{stream.title}}
{{stream.game_name}}
% end

% if defined('vods'):
% for vod in vods:

{{vod.title}}

{{vod.created_at}}
{{vod.duration}}
{{vod.view_count}}
% end

% end