{% with user=user %} {% include 'includes/navbar.html' %} {% endwith %}
{% for key, value in endpoints.items() %} {% for item in value %} {% include 'api/include-endpoint-detail.html' %} {% endfor %} {% endfor %}