mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-02 20:08:25 +00:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
<% content_for "header" do %>
|
|
<title>Invidious</title>
|
|
<% end %>
|
|
|
|
<% top_videos.each_slice(4) do |slice| %>
|
|
<div class="pure-g">
|
|
<% slice.each do |video| %>
|
|
<%= rendered "components/video" %>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|