feat: Ajout des sections

This commit is contained in:
2020-10-21 16:23:05 +02:00
parent 6b4c117dbb
commit 79bd26ff88
138 changed files with 6621 additions and 442 deletions

View File

@ -0,0 +1,11 @@
{{ define "main" }}
{{ if .Params.Image }}
<img class="cover" src="{{ .Params.Image }}" alt="{{ .Title }}"/>
{{ end }}
<div class="container grid-lg contenu {{ if .Params.Image }}contenu-image{{end}}">
<h1>{{ .Title }}</h1>
<div class="container grid-sm">
{{ .Content }}
</div>
</div>
{{ end }}