feat: Ajout du texte des associations
This commit is contained in:
parent
d75d2f751e
commit
804ed9c7fc
|
@ -1,6 +1,11 @@
|
|||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<h1>{{ .RenderString .Title }}</h1>
|
||||
{{ if ne hugo.Environment "production" }}
|
||||
<div class="container md">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if isset .Params "bureau" }}
|
||||
<br>
|
||||
<div class="container md">
|
||||
|
|
Loading…
Reference in New Issue