mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-07 03:59:55 +00:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
<% title = HTML.escape(compilation.title) %>
|
|
<% author = HTML.escape(compilation.author) %>
|
|
|
|
<% content_for "header" do %>
|
|
<title><%= title %> - Invidious</title>
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/compilation/<%= compid %>" />
|
|
<% end %>
|
|
|