Rustelo/resources/templates/build-tools/partials/nav_breadcrumbs.tera
Jesús Pérez f1010e9d07
chore: update
2026-07-18 20:16:16 +01:00

5 lines
172 B
Text

{% if breadcrumbs %}
**Navigation:** {% for crumb in breadcrumbs %}[{{ crumb.title }}]({{ crumb.path }}){% if not loop.last %} → {% endif %}{% endfor %}
---
{% endif %}