{#- Pin/unpin toggle for the current page (T-2010, arc-007 S2c). Rendered in the breadcrumb bar (_breadcrumb.html) only when the page is a pinnable nav destination (wt_pinnable set; None on home/detail/off-nav pages → no toggle). Posts to /settings/pins/toggle; the response replaces THIS button (hx-target this + outerHTML) with the new-state button and oob-refreshes #wt-pins. hx-target="this" is required: body sets a default hx-target="#content", so without it the swap would replace the whole content area. -#} {%- if wt_pinnable %} {%- endif %}