<% content_for "header" do %> "> <% if env.get("preferences").as(Preferences).default_home != "Trending" %> <%= translate(locale, "Trending") %> - Invidious <% else %> Invidious <% end %> <% end %> <%= rendered "components/feed_menu" %>
<% if plid %> <%= translate(locale, "View as playlist") %> <% end %>
<% {"Default", "Music", "Gaming", "Movies"}.each do |option| %>
<% if trending_type == option %> <%= translate(locale, option) %> <% else %> <%= translate(locale, option) %> <% end %>
<% end %>

<% trending.each do |item| %> <%= rendered "components/item" %> <% end %>