{% svgIcon './src/img/root-logo.svg' %}
{% include "partial/search-toggle.html" %}
{% for block in navigation %}
{% if block.title %}

{{ block.title }}

{% endif %}
    {% for item in block.items %} {% if item.visible %}
  • {% if item.icon %} {% svgIcon item.icon %} {% endif %} {{ item.caption }}
  • {% endif %} {% endfor %}
{% endfor %}