{% load cms_tags frontend%}{% spaceless %} <{{ instance.tag_type }}{{ instance.get_attributes }}> {% if instance.card_content %} {{ instance.card_content }} {% endif %} {% with parent=instance %} {% for plugin in instance.child_plugin_instances %} {% with forloop as parentloop %}{% render_plugin plugin %}{% endwith %} {% endfor %} {% endwith %} {% endspaceless %}