{% if title %}

{{ title }}

{% endif %}
{{ children }} {% if label %}
{{ label }}
{% endif %}
{% if footer %}
{{ footer }}
{% endif %}