2015-05-05 11:56:35 +02:00
|
|
|
<%{ 'main' }%>
|
|
|
|
<%{ title %>404<%} %>
|
|
|
|
<%{ content %>
|
2015-04-24 09:14:29 +02:00
|
|
|
<section>
|
|
|
|
<h2>Error 404</h2>
|
|
|
|
<p>
|
2015-05-05 11:56:35 +02:00
|
|
|
There is nothing there... maybe you want to go back to <a href="<%= urls.index %>">the index</a>
|
2015-04-24 09:14:29 +02:00
|
|
|
</p>
|
|
|
|
</section>
|
2015-05-05 11:56:35 +02:00
|
|
|
<%} %>
|