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

ISTWCMS-3572: adding templates for image

parent bc46fa1f
No related branches found
No related tags found
No related merge requests found
{% for item in items %}
{{ item.content }}
{% endfor %}
{% for item in items %}
{{ item.content }}
{% endfor %}
{% 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