First draft

This commit is contained in:
2023-06-14 21:16:37 +02:00
parent ff4a8ce413
commit e8a8269c6c
102 changed files with 5407 additions and 0 deletions

6
layouts/404.html Normal file
View File

@ -0,0 +1,6 @@
{{ define "main" }}
<div class="container">
<p>Page not found</p>
<p><a href="/">Go to Home Page</a></p>
</div>
{{ end }}