{% for item in items %}
  • {% if item.href == '#' %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% if item.has_children %}
    {% render 'partials/menu-items', items: item.children %}
    {% endif %}
  • {% endfor %} {% if include_calendar %}
  • {{ labels.calendar_title_label }}

    {{ labels.calendar_loading_label }}

  • {% endif %}