{{- $block := .block -}} {{- $block_class := partial "GetBlockClass" .block -}} {{- $is_carousel := false -}} {{- with .block.data -}} {{ if .testimonials }} {{ if gt (len .testimonials) 1 }} {{- $is_carousel = true -}} {{ end }} {{ end }}
{{ partial "blocks/top.html" (dict "title" $block.title "heading_level" $block.ranks.self "hidden" true )}}
{{- if $is_carousel }}
{{ end -}} {{ range .testimonials }} {{ $is_long := gt (len .text) 150 }} {{ end }} {{- if $is_carousel }}
{{ end -}}
{{- end -}}