{% load unfold %}
{% if title or header_actions %}
{% if title %}
{% if icon %}
{{ icon }}
{% endif %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% endif %} {% if header_actions %}
{{ header_actions }}
{% endif %}
{% endif %}
{{ content }}
{% if footer %}
{{ footer }}
{% endif %}