{{ cms_quote('quote') }}
cms_quote will output:
<blockquote>
<p>{{ data.value | raw }}</p>
<footer>
<cite>{{ data.cite | raw }}</cite>
</footer>
</blockquote>
The cms_quote function is used to define a slot for CMS driven blockquote content, editable using Blutui Canopy.
{{ cms_quote('quote') }}
cms_quote will output:
<blockquote>
<p>{{ data.value | raw }}</p>
<footer>
<cite>{{ data.cite | raw }}</cite>
</footer>
</blockquote>