{{/* Hugo Blox: Stats */}} {{/* 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 }}
{{- .statistic | $page.RenderString -}}

{{- .description | $page.RenderString -}}

{{ end }}