{% if title %}

{{ title }}

{% endif %}
    {% for item in menu.items %}
  • {% if item.icon %}{% endif %}{{ item.label }}
  • {% endfor %}
{% if highlightCurrent %}{% endif %}