website/layouts/404.html

8 lines
114 B
HTML

{{ define "main" }}
<article>
<h1>
{{ i18n "404message" }}
</h1>
</article>
{{ end }}