{{ define "main" }}

{{ .Title | markdownify }}

{{ .Content }}
{{ end }} {{define "aside" }} {{ if .Params.description }}

{{ .Params.description }}

{{ end }} {{ if or (.Params.author) (.Params.date) }}

{{ if .Params.author }}Par {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} {{ if .Date }}{{ .Date.Format "02-01-2006" }}{{ end }}

{{ end }} {{ if and (.Params.toc) (.TableOfContents) }}
Sur cette page: {{ .TableOfContents }} {{ end }} {{ end }}