{{ define "main" }} {{ if .Site.Params.home_post_list }} {{ partial "home_post_list" . }} {{ end }}
{{.Content}} {{ if .Site.Params.online }} {{ partial "online" . }} {{ end }} {{ if .Site.Params.contactsPriv }} {{ partial "perso" .}} {{ end }} {{ if .Site.Params.contactsPro }} {{ partial "pro" . }} {{ end }}
{{ end }}