% content_for "header" do %>
Subscriptions - Invidious
<% end %>
<% if notifications.empty? %>
<%= notifications.size %> unseen notifications
<% else %>
<% notifications.each_slice(4) do |slice| %>
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
<% end %>
<% end %>
<% videos.each_slice(4) do |slice| %>
<% slice.each do |video| %>
<%= rendered "components/video" %>
<% end %>
<% end %>