contrast-hugo/layouts/404.html

10 lines
151 B
HTML

{{ define "main" }}
<article>
<header>
<h1>404: Page not found</h1>
</header>
<p>Sorry, this page doesn't exist :-(</p>
</article>
{{ end }}