{{- $position := .position -}} {{- $title := .title -}} {{- with .data -}} {{- $with_link := .with_link -}}
{{ if (or $title .description) -}}
{{- if $title }}

{{ partial "PrepareHTML" $title }}

{{ end -}} {{- 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 -}}