{{- $context := .context -}} {{- $position := .block.position -}} {{- $title := .block.title -}} {{- with .block.data -}} {{- $with_link := .with_link -}}
{{ if (or $title .description) -}}
{{ partial "blocks/title" (dict "title" $title "context" $context ) }} {{- if .description }}
{{ partial "PrepareHTML" .description }}
{{ end -}}
{{- end }}
{{- range .persons -}} {{ $person := site.GetPage (printf "/persons/%s" .slug) }}
{{- if (partial "GetTextFromHTML" .role) }} {{ else }} {{ partial "persons/person.html" $person }} {{ end -}}
{{- end -}}
{{- end -}}