<% content_for "header" do %> Subscriptions - Invidious <% end %>

Manage subscriptions

<%= notifications.size %> unseen notifications
<% notifications.each_slice(4) do |slice| %>
<% slice.each do |video| %> <%= rendered "components/video" %> <% end %>
<% end %>
<% videos.each_slice(4) do |slice| %>
<% slice.each do |video| %> <%= rendered "components/video" %> <% end %>
<% end %>
<% if page > 2 %> Previous page <% else %> Previous page <% end %>
Next page