contrast-hugo/layouts/404.html
Niklas Buschmann 0cd0d1235b merge upstream
2020-02-07 21:20:47 +01:00

8 lines
150 B
HTML

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