This commit is contained in:
Niklas Buschmann
2019-07-15 15:04:11 +02:00
commit 1aec57d9ff
10 changed files with 290 additions and 0 deletions

10
layouts/404.html Normal file
View File

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