11 lines
228 B
Cheetah
11 lines
228 B
Cheetah
|
{{define "title"}}Accueil{{end}}
|
||
|
{{define "body"}}
|
||
|
<section class="home is-fullheight section">
|
||
|
<div class="container">
|
||
|
{{template "header" .}}
|
||
|
{{template "footer" .}}
|
||
|
</div>
|
||
|
</section>
|
||
|
{{end}}
|
||
|
{{template "base" .}}
|