{{- $block := .block -}} {{- $template := .block.template -}} {{- $position := .block.position -}} {{- $title := .block.title -}} {{- $charLimit := 80 -}} {{- $isLarge := false -}} {{- with .block.data -}} {{ $options := .options }} {{ range .persons }} {{- $person := site.GetPage (printf "/persons/%s" .slug) -}} {{- $role := .role -}} {{- $summary := $person.Params.summary -}} {{- $content := $person.Content -}} {{ with (or $role $summary $content)}} {{- $contentLength := len . -}} {{ if ge $contentLength $charLimit }} {{- $isLarge = true -}} {{ end }} {{ end }} {{ end }}
{{- end -}}