contrast-hugo/layouts/404.html
Niklas Buschmann 1aec57d9ff init
2019-07-15 15:04:11 +02:00

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 }}