{{- $ctx := . -}} {{- $scratch := newScratch -}} {{- $scratch.Set "blocks" 0 -}} {{- range $taxonomy, $_ := $ctx.Site.Taxonomies -}} {{- with $ctx.Page.GetTerms $taxonomy -}} {{- $scratch.Add "blocks" 1 -}} {{- end -}} {{- end -}} {{- with $ctx.Params.keywords -}} {{- if gt (len .) 0 -}} {{- $scratch.Add "blocks" 1 -}} {{- end -}} {{- end -}} {{- if gt ($scratch.Get "blocks") 0 -}}
Taxonomies {{- range $taxonomy, $_ := $ctx.Site.Taxonomies -}} {{- with $ctx.Page.GetTerms $taxonomy -}}
{{- $taxonomyPage := $ctx.Site.GetPage "taxonomy" $taxonomy -}}

{{ with $taxonomyPage }}{{ .Title }}{{ else }}{{ humanize $taxonomy }}{{ end }}

{{- partial "keywords.html" . -}}
{{- end -}} {{- end -}} {{- with $ctx.Params.keywords -}} {{- if gt (len .) 0 -}}

Mots-clés libres

{{- partial "keywords.html" . -}}
{{- end -}} {{- end -}}
{{- end -}}