Twig Blocks
What are Twig Blocks?
<article class="card
{{- attributes ? ' ' ~ attributes.class -}}"
{{- attributes ? attributes|without(class) -}}>
{{ title_prefix }}
{{ title_suffix }}
...
<div data-gb-custom-block data-tag="block">
</div>
</article>Last updated