{# Custom HTML Section - freeform HTML/markdown content block Rendered by homepage-builder when custom-html section is configured #} {% set sectionConfig = section.config or {} %}
{% if sectionConfig.title %}

{{ sectionConfig.title }}

{% endif %}
{{ sectionConfig.content | safe }}