{% for section in site.nav %}

{% include icons.html icon=section.icon size="14" %} {{ section.title }}

    {% for item in section.items %}
  • {{ item.title }}
  • {% endfor %}
{% endfor %}