{{ cms_heading('hero-video') }}
cms_heading will output:
<{{ data.element }}>
{{ data.value }}
</{{ data.element }}>
{# Example output: #}
<h2>
{{ data.value }}
</h2>
The cms_heading function is used to define a slot for CMS driven heading content, editable using Blutui Canopy.
{{ cms_heading('hero-video') }}
cms_heading will output:
<{{ data.element }}>
{{ data.value }}
</{{ data.element }}>
{# Example output: #}
<h2>
{{ data.value }}
</h2>