{% if title is not empty %}
{% if header.icon is not empty %} {{ component(header.icon.name,{ size: header.icon.size|default('h-6 w-6'), width: header.icon.width|default(2), color: header.icon.color },'svg') }} {% endif %}
{{ title.text }}
{% endif %}
{{ content }}