{% if slot_header %}
{{ slot_header|safe }}
{% endif %} {% if slot_sections %} {{ slot_sections|safe }} {% else %} {% for section in sections %}
{% if section.title %}

{{ section.title }}

{% endif %}
{% for item in section.items %} {% if item.icon %}{{ item.icon }}{% endif %} {{ item.label }} {% if item.badge %}{{ item.badge }}{% endif %} {% endfor %}
{% endfor %} {% endif %} {% if slot_footer %}
{{ slot_footer|safe }}
{% endif %}