blog/themes/ficurinia/layouts/404.html
2023-04-29 16:12:36 +02:00

8 lines
114 B
HTML

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