{{ define "main" }}

{{ .Title }}

Publié le {{ .PublishDate }} {{ with or (.Param "author") (.Site.Param "author") }}{{ . }}{{ end }}

{{ with .ReadingTime }}

Temps de lecture estimé : {{ . }} minute(s).

{{ end }} {{/* Pourquoi 32, bah pourquoi pas ? */}} {{/* Non, en vrai ça semble être le taille d'une table des matières vide.*/}} {{ if gt (len .TableOfContents) 32}}

Table des matières :

{{ .TableOfContents }} {{ end }} {{ .Content }} {{ end }} {{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}