{% if title %}

{{ title }}

{% endif %}
{{ children }} {% if label %}
{% include "unfold/helpers/label.html" with text=label type="primary" %}
{% endif %} {% if icon %} {{ icon }} {% endif %}
{% if footer %}
{{ footer }}
{% endif %}