initialisation du site

This commit is contained in:
2024-02-02 12:39:18 +01:00
commit fc5c2f4972
73 changed files with 1305 additions and 0 deletions

5
layouts/page/simple.html Normal file
View File

@ -0,0 +1,5 @@
{{ define "main" }}
<div style="max-width: 800px; margin: 0 auto">
{{ .Content }}
</div>
{{ end }}