website/layouts/404.html

6 lines
93 B
HTML

{{ define "main" }}
<section>
<p>Sorry, this page was not found. :(</p>
</section>
{{ end }}