4 lines
207 B
HTML
4 lines
207 B
HTML
|
{{ define "main" }}
|
||
|
<h1>Not Found</h1>
|
||
|
<p>The page you were looking for does not exist. Either it was removed or the link you followed is broken.</p>
|
||
|
{{ end }}
|