{% if nav|length>1 %}
    {% for nav_item in nav %} {% include "partials/side-nav-item.html" %} {% endfor %}
{% endif %}