{% for nav_item in nav %} {% set path = "nav-" + loop.index | string %} {% include "partials/nav-item.html" %} {% endfor %}
{% if config.repo_url %}
{% include "partials/source.html" %}
{% endif %}