{% macro render_menu_items(items, depth = 0) %} {% if items is iterable and items|length > 0 %}
{% endif %} {% endmacro %} {% if location is not defined %} {% set location = args[0] %} {% endif %} {% set menuArgs = { 'location': location, 'orderby': 'menu_order' } %}