% content_for "header" do %>
<% if user %> <% if subscriptions.includes? ucid %> Unsubscribe from <%= author %> <% else %> Subscribe to <%= author %> <% end %> <% else %> Login to subscribe to <%= author %> <% end %>
<% videos.each_slice(4) do |slice| %>