5 lines
66 B
HTML
5 lines
66 B
HTML
|
{{define "main"}}
|
||
|
<h1>404 Not Found</h1>
|
||
|
<p>Sorry. :(</p>
|
||
|
{{end}}
|