{% load cms_tags i18n %}
{% autoescape off %} {{ instance.content }} {% endautoescape %} {% for plugin in instance.child_plugin_instances %} {% render_plugin plugin %} {% endfor %}