<% content_for "header" do %> <%= channel.author %> - Invidious <% end %> <% if channel.banner %>
">

<% end %>
<%= channel.author %>

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

<% ucid = channel.ucid %> <% author = channel.author %> <% sub_count_text = number_to_short_text(channel.sub_count) %> <%= rendered "components/subscribe_widget" %>
<% if !channel.auto_generated %> <%= translate(locale, "Playlists") %> <% end %>
<% if channel.tabs.includes? "community" %> <%= translate(locale, "Community") %> <% end %>
<% {"last", "oldest", "newest"}.each do |sort| %>
<% if sort_by == sort %> <%= translate(locale, sort) %> <% else %> <%= translate(locale, sort) %> <% end %>
<% end %>

<% items.each_slice(4) do |slice| %> <% slice.each do |item| %> <%= rendered "components/item" %> <% end %> <% end %>
<% if continuation %> &sort_by=<%= HTML.escape(sort_by) %><% end %>"> <%= translate(locale, "Next page") %> <% end %>