<ul role=“nav”>

{% for item_id in include.items %}
  {% include nav_item.html
      item_id=item_id
      nested_nav_include="event_nav.html"
      item_data=include.item_data
      show_detail=include.show_detail
      select_by_path_depth=3 %}
{% endfor %}

</ul>