<% ucid = channel.ucid %> <% author = HTML.escape(channel.author) %> <% content_for "header" do %> <%= author %> - Invidious <% end %> <% if channel.banner %>
">

<% end %>
<%= author %><% if !channel.verified.nil? && channel.verified %> <% end %>

<%= XML.parse_html(channel.description_html).xpath_node(%q(.//pre)).try &.content %>

<% sub_count_text = number_to_short_text(channel.sub_count) %> <%= rendered "components/subscribe_widget" %>
<%= translate(locale, "View channel on YouTube") %>
<% if env.get("preferences").as(Preferences).automatic_instance_redirect%> "><%= translate(locale, "Switch Invidious Instance") %> <% else %> <%= translate(locale, "Switch Invidious Instance") %> <% end %>
<% if !channel.auto_generated %> <% end %>
<% if channel.tabs.includes? "community" %> <%= translate(locale, "Community") %> <% end %>

<% if error_message %>

<%= error_message %>

<% else %>
<%= template_youtube_comments(items.not_nil!, locale, thin_mode) %>
<% end %>