{{ $background_color := .Get "background-color" }} {{ .Get "title" | default (i18n "lovedByTeams") }} {{ $descriptions := .Get "descriptions" }} {{ if $descriptions }} {{ range (split $descriptions "||") }} {{ . | safeHTML }} {{ end }} {{ else }} {{ i18n "testimonialsDescription" }} {{ end }} {{ range .Page.Params.testimonials }} {{ .name }} {{ .title }} {{ .quote }} {{ end }} {{ if ne (.Get "animate" | default "true") "false" }} {{ range .Page.Params.testimonials }} {{ .name }} {{ .title }} {{ .quote }} {{ end }} {{ end }} {{ if ne (.Get "animate" | default "true") "false" }} {{ end }}
{{ . | safeHTML }}
{{ i18n "testimonialsDescription" }}
{{ .title }}
{{ .quote }}