7 lines
118 B
HTML
7 lines
118 B
HTML
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
|
||
|
<h2>Dernières actualités</h2>
|
||
|
{{ partial "actualites.html" . }}
|
||
|
{{ end }}
|