{% for navigation in site.data.navigation %}
    {% for item in navigation.items %}
  • {{ item.text }}
  • {% endfor %}
{% endfor %}