{% if c.project %} {% for s in c.project.sitemap() %} {{s.label}} {% if s.url in request.url %} {% endif %} {% endfor %}
{% endif %}