{% load cms_tags %}
{% if instance.title and instance.title.strip %}

{{ instance.title }}

{% endif %}
{% for plugin in instance.child_plugin_instances %} {% render_plugin plugin %} {% endfor %}
{% if instance.footer and instance.footer.strip %} {% endif %}