contrast-hugo/layouts/404.html
2019-07-18 23:01:53 +02:00

10 lines
157 B
HTML

{{ define "main" }}
<article>
<header>
<h1>404: Page not found</h1>
</header>
<p>Unfortunately, this page does not exist.</p>
</article>
{{ end }}