website/layouts/404.html

8 lines
132 B
HTML

{{ define "main" }}
<article>
<h1>
This is not the page you were looking for
</h1>
</article>
{{ end }}