website/layouts/404.html

4 lines
76 B
HTML
Raw Normal View History

2023-01-23 10:07:18 +01:00
{{ define "main" }}
<h1>{{ i18n "error/not-found/message" }}</h1>
2023-01-23 10:07:18 +01:00
{{ end }}