Skip to content
Snippets Groups Projects
Commit 3de7bd35 authored by Igor Biki's avatar Igor Biki Committed by Eric Bremner
Browse files

ISTWCMS-4147: Removing old full width image template.

parent 89262a04
No related branches found
No related tags found
1 merge request!16ISTWCMS-4147: Removing old full width image template.
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% embed "@components/image/image.twig" with {
'width': width
} %}
{% block content %}
{{ content }}
{% endblock %}
{% endembed %}
{% if in_layout_builder %}
</div>
{% endif %}
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