{{ define "main" }} {{- $is_partners_block_present := false -}} {{ range .Params.blocks }} {{- if eq .template "partners" -}} {{- $is_partners_block_present = true -}} {{ end }} {{ end }} {{ partial "organizations/hero.html" . }}
{{ partial "pages/summary.html" (dict "context" . "with_container" true ) }} {{ partial "blocks/list.html" . }}
{{- if not $is_partners_block_present -}} {{ partial "organizations/organizations.html" . }} {{ partial "commons/pagination.html" . }} {{ end }}
{{ end }}