{{ define "main" }} {{- $is_organigram_present := false -}} {{ range .Params.blocks }} {{- if eq .template "organization_chart" -}} {{- $is_organigram_present = true -}} {{ end }} {{ end }} {{ partial "persons/hero.html" . }}
{{ partial "toc/container.html" (dict "toc" "toc/default.html" "context" . ) }} {{ partial "persons/chapo.html" (dict "context" . "block_wrapped" true ) }}
{{- if not $is_organigram_present -}} {{ partial "persons/taxonomies.html" . }} {{ partial "persons/list.html" . }} {{- end -}}
{{ partial "blocks/list.html" . }}
{{ end }}