Initial commit

This commit is contained in:
Thomas Boerger
2016-11-10 10:53:04 +01:00
commit 5a2b024d9f
23 changed files with 508 additions and 0 deletions

7
layouts/404.html Normal file
View File

@@ -0,0 +1,7 @@
{{ partial "header" . }}
<h1>
Page not found
</h1>
{{ partial "footer" . }}