7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
<%= render HeaderCompactComponent.new(title: "404") %>
|
|
|
|
<%= render MainCompactComponent.new do %>
|
|
<h2>Not found</h2>
|
|
<p>Sorry, this page does not exist.</p>
|
|
<% end %>
|