12 lines
253 B
Cheetah
12 lines
253 B
Cheetah
|
{{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" .}}
|