contrast-hugo/layouts/404.html

10 lines
157 B
HTML
Raw Normal View History

2019-07-15 09:04:11 -04:00
{{ define "main" }}
<article>
<header>
<h1>404: Page not found</h1>
</header>
2019-07-18 17:01:53 -04:00
<p>Unfortunately, this page does not exist.</p>
2019-07-15 09:04:11 -04:00
</article>
{{ end }}