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