{{/* Hugo Blox: Features */}} {{/* 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 }}

{{.}}

{{ end }} {{ with $text }}

{{.}}

{{ end }}
{{ range $block.content.items }}
{{ with .icon }}
{{ partial "functions/get_icon" (dict "name" . "attributes" `class="w-5 h-5 lg:w-6 lg:h-6"`) }}
{{ end }}

{{ .name | $page.RenderString }}

{{ .description | $page.RenderString }}

{{ end }}