{{ if (and .IsPage (eq .FirstSection.Section "posts"))}} {{ with .CurrentSection }} {{ if .Params.Title }} Le post que vous lisez fait partie du dossier « {{ .Params.Title }} ». Le menu sur la gauche permet de naviguer entre ses billets. Bonne lecture ! 😄 {{ end }} {{ end }} {{ end }} {{ with .Params.imgExplanation }} {{ . }} {{ end }} {{ with .Params.intro | markdownify | safeHTML }} {{ . }} {{ end }} {{ if (and (not .Params.notoc) (gt .WordCount 600)) }} Sommaire {{ .TableOfContents | replaceRE " {{ end }} {{ .Content }}