{% block menu_navigation %}
{% macro loop(page) %}
{% for p in page.children %}
{% if p.visible %}
{% set current_page = (p.active or p.activeChild) ? 'active' : '' %}
{% if theme_config.dropdown.enabled %}
{{ _self.loop(pages) }}
{% else %}
{% for p in pages.children.visible %}
{% set current_page = (p.active or p.activeChild) ? 'active' : '' %}