hugo-theme-contentful/layouts/404.html

5 lines
78 B
HTML
Raw Permalink Normal View History

2019-09-20 16:11:12 +00:00
{{ define "main" }}
2020-10-21 03:28:02 +00:00
<h2>404</h2>
<p>{{ i18n "page_not_found" }}</p>
{{ end }}