4 lines
128 B
HTML
4 lines
128 B
HTML
{{ define "main"}}
|
|
<h1>Page not found :-(</h1>
|
|
<a href="{{ "/" | relURL }}">Click here to return to the homepage</a>.
|
|
{{ end }}
|