{% load cms_tags %}
{% if panel_heading %}
{% if heading_size %}<{{ heading_size }} class="panel-title">{% endif %}{{ panel_heading|safe }}{% if heading_size %}{% endif %}
{% endif %}
{% for child in instance.child_plugin_instances %}{% render_plugin child %}{% endfor %}
{% if panel_footer %}{% endif %}