7 lines
183 B
HTML
7 lines
183 B
HTML
|
{{ define "content" }}
|
||
|
<h1>page not found</h1>
|
||
|
<p><em>but hey, at least you found our witty 404 page. that's something, right?</em></p>
|
||
|
|
||
|
<p><a href="/">go back home</a></p>
|
||
|
|
||
|
{{ end }}
|