Initial import

This commit is contained in:
Julien Dessaux 2019-12-19 14:21:45 +01:00
commit f63ce5bdd8
20 changed files with 3252 additions and 0 deletions

8
layouts/404.html Normal file
View file

@ -0,0 +1,8 @@
{{ define "main"}}
<main id="main">
<div>
<h1 id="title">Not found</h1>
<p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
</div>
</main>
{{ end }}