Skip to content
Snippets Groups Projects
Commit c177d236 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4083: updating ctas to use custom template

parent cc5e835b
No related branches found
No related tags found
No related merge requests found
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% include "@components/call-to-action/call-to-action.twig" with {
'ctas': ctas,
'width': width
} %}
{% if in_layout_builder %}
</div>
{% endif %}
{% include "@components/call-to-action/call-to-action.twig" with {
'ctas': ctas
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment