website/layouts/404.html

8 lines
114 B
HTML
Raw Normal View History

2020-08-24 01:48:03 -05:00
{{ define "main" }}
<article>
<h1>
{{ i18n "404message" }}
2020-08-24 01:48:03 -05:00
</h1>
</article>
{{ end }}