breadcrumb

This commit is contained in:
2026-01-20 15:46:27 +01:00
parent 3d3d01e653
commit bf3c7a562b
16 changed files with 557 additions and 33 deletions

View File

@@ -38,10 +38,12 @@
{% endif %}
{% for item in items %}
<li{{ item.attributes }}>
{% if item.prefix %}
<label class="link-prefix">{{ item.prefix }}</label>
{% endif %}
{{ link(item.title, item.url) }}
<div class="wrapper">
{% if item.prefix %}
<label class="link-prefix">{{ item.prefix }}</label>
{% endif %}
{{ link(item.title, item.url) }}
</div>
{% if item.below %}
{{ menus.menu_links(item.below, attributes, menu_level + 1) }}
{% endif %}