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