{{/* 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 }} {{ $title := $block.content.title | emojify | $page.RenderString }} {{ $text := $block.content.text | emojify | $page.RenderString | safeHTML }}
{{ $title }}
{{/* We use DIV rather than P to support `prose` class and multiple paragraphs */}} {{ with $text }}
{{ . }}
{{ end }}