{# SPDX-FileCopyrightText: 2026 PythonWoods #} {# SPDX-License-Identifier: Apache-2.0 #} {# path.html — Breadcrumb override. - Adds the current page as the last crumb (plain text, accented). - Section crumbs that have no dedicated index page (they point to their first child) are rendered as plain text instead of misleading links. #} {% import "partials/path-item.html" as item with context %} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "path" in page.meta.hide %} {% endif %} {% set depth = page.ancestors | length %} {% if nav.homepage %} {% set depth = depth + 1 %} {% endif %} {% if depth > 0 %} {% endif %}