mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-21 14:21:21 +00:00
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
<% content_for "header" do %>
|
|
<title>Invidious</title>
|
|
<% end %>
|
|
|
|
<div class="pure-g">
|
|
<% top_videos.each_slice(4) do |slice| %>
|
|
<% slice.each do |item| %>
|
|
<%= rendered "components/item" %>
|
|
<% end %>
|
|
<% end %>
|
|
</div>
|