{# Header breadcrumb (clickable path): the `status` root link plus a link per ancestor segment; the current node (last crumb) is plain text. One flex item, so the trail stays together and the node title sits beside it. Expects `branch` in context (the node's url-branch path). #} status {%- for name, path in branch | breadcrumbs -%} / {%- if loop.last -%} {{ name }} {%- else -%} {{ name }} {%- endif -%} {%- endfor -%}