{{/* Hugo Blox: Testimonials */}} {{/* Documentation: https://hugoblox.com/blocks/ */}} {{/* License: https://github.com/HugoBlox/hugo-blox-builder/blob/main/LICENSE.md */}} {{/* Initialise */}} {{ $page := .wcPage }} {{ $block := .wcBlock }} {{ $title := $block.content.title | emojify | $page.RenderString }} {{ $text := $block.content.text | emojify | $page.RenderString }}
{{ with $title }}

{{.}}

{{ with $text }}

{{.}}

{{ end }}
{{ end }} {{ range $idx, $item := $block.content.items }}

"{{.text | $page.RenderString}}"

{{ $image := resources.GetMatch (path.Join "media" .image) }} {{ with $image }} {{ $image = $image.Process "Fill 75x75 center webp" }} {{$item.name | plainify}} {{ end }}
{{.name}}
{{.role}}
{{ end }}