% 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 % if defined('clips'):
% for clip in clips:

{{clip.title}}

{{clip.time_since}}
{{clip.duration}}s
{{clip.view_count}}
% if clip.game_id:
% end
{{clip.game_name}}
% if clip.vod_link:
% end
% end

% end