{% set menubag = this.section_id %} {% for id, item in bag(menubag).items() %} {% set item_path = site.get(item.path) %} {{ _(item.label) }} {% if this.path == '/' + item.path %} (current) {% endif %} {% endfor %}