6 lines
75 B
HTML
6 lines
75 B
HTML
|
{{ define "main" }}
|
||
|
<h2>404</h2>
|
||
|
|
||
|
<p>Page not found!</p>
|
||
|
{{ end }}
|