{% for item in include.nav %}
  • {{ item.title }}
  • {% if item.subnav and site.sideBarExpanded %} {% endif %} {% endfor %}