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