{% block menu_navigation %} {% macro loop(page) %} {% for p in page.children.visible %} {% set current_page = (p.active or p.activeChild) ? 'active' : '' %} {% if p.children.visible.count > 0 %}
  • {% if p.header.icon %}{% endif %} {{ p.menu }}{% if p.routable ?? false %} {% endif %}
  • {% else %}
  • {% if p.header.icon %}{% endif %} {{ p.menu }}
  • {% endif %} {% endfor %} {% endmacro %} {% endblock %}