mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 16:28:41 +00:00
9 lines
233 B
HTML
9 lines
233 B
HTML
{{ define "main" }}
|
|
<div class="page_404">
|
|
<h1>404</h1>
|
|
<h2>{{ i18n "page_not_found" }}</h2>
|
|
<p>{{ i18n "page_does_not_exist" }}</p>
|
|
<p>{{ i18n "head_back" . | safeHTML }}</p>
|
|
</div>
|
|
{{ end }}
|