{% if title or has_tools or has_tools_slot %}
{% if title %}
{% if icon %}{% endif %}{{ title }}
{% endif %}
{% slot "tools" %}{% endslot %} {% if collapsible %} {% endif %} {% if maximizable %} {% endif %} {% if removable %} {% endif %}
{% endif %}
{% slot "default" default %}{% endslot %}
{% if has_footer_slot %} {% endif %}