{#- Fura document shell — minimal HTML frame for Furatena hypermedia apps. Replaces ``chirp/layouts/shell.html`` so docs runtime does not depend on Bengal's Chirp layout package. Page chrome lives in views inside ``#page-root``; this file only owns the document frame, htmx bootstrap, and shell blocks. -#} {# target: body #} {# outlet: main #} {% if fura_presentation().skin %}{% end %} {% block title %}{% end %} {% block head %}{% end %} {% block scripts %} {# Stable asset contract: /docs-vendor/htmx.min.js. Preview markup is selected at render time. #} {{ fura_htmx_assets() }} {% end %} {% block shell %}
{% include "partials/agent_discovery.html" %} {% include "partials/version_fallback_notice.html" %} {% include "partials/edition_lifecycle_banner.html" %} {% block content %}{% end %}
{% end %} {% block sse_scope %}{% end %} {% block body_after %}{% end %}