{% for item in navigation.top %}
  • {% include "svgs/" + item.icon + ".svg" %} {{ item.text }}
  • {% endfor %}