{# Breadcrumb navigation trail — canonical renderer (cycle 247). Contract: ~/.claude/skills/ux-architect/components/parking-lot-primitives.md Parameters: crumbs : list of objects with `.label` (str) and optional `.url`. The last crumb typically has `.url=None` (current page). Renders only when 2+ crumbs exist — a lone breadcrumb is not navigation. Uses the native chevron (›) as a separator rather than a custom SVG or DaisyUI-injected content. Matches the Linear/macOS convention. #} {% if crumbs and crumbs | length > 1 %} {% endif %}