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

{{ . }}

{{end}} {{ $text }}