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