<% content_for "header" do %> Subscriptions - Invidious <% end %> <% if !notifications.empty? %> <% notifications.each_slice(4) do |slice| %>
<% slice.each do |video| %>

<%= video.title %>

<%= video.author %>

Shared <%= video.published.to_s("%B %-d, %Y at %r UTC") %>

<% end %>
<% end %>
<% end %> <% videos.each_slice(4) do |slice| %>
<% slice.each do |video| %>

<%= video.title %>

<%= video.author %>

Shared <%= video.published.to_s("%B %-d, %Y at %r UTC") %>

<% end %>
<% end %>
<% if page > 2 %> Previous page <% else %> Previous page <% end %>
Next page