{{- $ := index . "$" -}} {{- $description := .description -}} {{- $baseURLWithLangFix := print `/` | absLangURL -}} {{- $rawTitle := (partial "utils/title.html" (dict "$" $ "title" $.Title)).rawTitle -}} {{- $dates := partial "utils/date.html" $ -}} {{- $author := partial "utils/author.html" $ -}} {{- $images := partial "utils/images.html" $ -}} {{- if $.IsHome -}} {{- else if and $.IsPage (in $.Site.Params.mainSections $.Section) -}} {{- else -}} {{- end -}}