hugo-theme-contentful/layouts/404.html
2020-10-21 11:28:02 +08:00

5 lines
78 B
HTML

{{ define "main" }}
<h2>404</h2>
<p>{{ i18n "page_not_found" }}</p>
{{ end }}