Initial commit
This commit is contained in:
11
cmd/server/template/layouts/home.html.tmpl
Normal file
11
cmd/server/template/layouts/home.html.tmpl
Normal 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" .}}
|
Reference in New Issue
Block a user