Page MenuHomeSoftware Heritage

breadcrumbs.html
No OneTemporary

breadcrumbs.html

{% comment %}
Copyright (C) 2017-2021 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% if breadcrumbs %}
{% if iframe_mode or breadcrumbs|length > 1 or breadcrumbs.0.url %}
<nav class="bread-crumbs swh-browse-bread-crumbs">
<ul>
{% for bc in breadcrumbs %}
{% if bc.url %}
<li class="swh-path"><a href="{{ bc.url | safe }}">{{ bc.name }}</a></li>
<li>/</li>
{% else %}
<li>{{ bc.name }}</li>
{% endif %}
{% endfor %}
</ul>
</nav>
{% endif %}
{% endif %}

File Metadata

Mime Type
text/html
Expires
Jul 4 2025, 7:39 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241067

Event Timeline