{#- FR-013 degradation banner, shared by every page via base.html. Renders zero bytes unless the context carries a non-empty embed_banner (the embed_ladder.degradation_banner() line: rung / reason / remediation), so healthy pages stay byte-identical — every block tag here carries whitespace control because the include site's junction is byte-pinned. Inline styles reuse the badge-warn recipe and the theme's --warn token (dark-theme safe) because the banner must live in the templates only. The status link rides the FR-003 store seam (links.url) and inherits the banner's warn color inline. -#} {%- import "_links.html" as links with context -%} {%- if embed_banner %}
{{ embed_banner }} open Embeddings status
{% endif %}