Initial commit

This commit is contained in:
2020-02-19 22:13:06 +01:00
commit bdf1e63b06
21 changed files with 654 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{{define "title"}}Accueil{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">
{{template "header" .}}
<h1>Bienvenue !</h1>
{{template "footer" .}}
</div>
</section>
{{end}}
{{template "base" .}}