6 lines
84 B
HTML
6 lines
84 B
HTML
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
|
||
|
{{ partial "actualites.html" . }}
|
||
|
{{ end }}
|