{# Custom navigation implementation that only shows 2 levels deep #} {% import _self as nav %} {% macro render_menu(items) %} {% import _self as nav %} {% for item in items %} {% endfor %} {% endmacro %}
{% if mainMenu.menuItems %} {% endif %}