goweb/cmd/scaffold/.project-layout/web/cmd/server/template/layouts/home.html.tmpl

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" .}}