8 lines
114 B
HTML
8 lines
114 B
HTML
{{ define "main" }}
|
|
<article>
|
|
<h1>
|
|
{{ i18n "404message" }}
|
|
</h1>
|
|
</article>
|
|
{{ end }}
|