5 lines
166 B
HTML
5 lines
166 B
HTML
|
{{ template "header.html" . }}
|
||
|
<h3>404</h3>
|
||
|
<p>page could not be found, maybe you want to <a href="{{ .BaseURL }}/">return home</a>.</p>
|
||
|
{{ template "footer.html" }}
|