2020-10-21 16:23:05 +02:00
|
|
|
{{ define "main" }}
|
2020-11-23 11:31:02 +01:00
|
|
|
<div class="container">
|
|
|
|
<h1>{{ .RenderString .Title }}</h1>
|
|
|
|
<div class="container news md">
|
2020-10-21 16:23:05 +02:00
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-02 16:54:03 +02:00
|
|
|
{{ partial "conseilmunicipal.html" . }}
|
|
|
|
{{ end }}
|