{% load cms_tags %} <{{ instance.tag_type }} {{ instance.attributes_str }}> {% if link %} {% endif %} {% with image=carousel_image.image %} {% include "djangocms_bootstrap5/carousel/default/image.html" %} {% endwith %} {% if link %} {% endif %}
{{ instance.link_target }} {% if instance.carousel_content %} {{ instance.carousel_content }} {% endif %} {% for plugin in instance.child_plugin_instances %} {% render_plugin plugin %} {% endfor %}