9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
<% content_for "header" do %>
|
|
<title><%= "Error" %> - Invidious</title>
|
|
<% end %>
|
|
|
|
<div class="h-box">
|
|
<%= error_message %>
|
|
<%= next_steps %>
|
|
</div>
|