11 lines
225 B
HTML
11 lines
225 B
HTML
<%{ 'main' }%>
|
|
<%{ title %>404<%} %>
|
|
<%{ content %>
|
|
<section>
|
|
<h2>Error 404</h2>
|
|
<p>
|
|
There is nothing there... maybe you want to go back to <a href="<%= urls.index %>">the index</a>
|
|
</p>
|
|
</section>
|
|
<%} %>
|