mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
11 lines
253 B
Text
11 lines
253 B
Text
<% content_for "header" do %>
|
|
<title>Invidious</title>
|
|
<% end %>
|
|
|
|
<% top_videos.each_slice(4) do |slice| %>
|
|
<div class="pure-g">
|
|
<% slice.each do |item| %>
|
|
<%= rendered "components/item" %>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|