## Rendering profile configuration (ADR-006). ## ## `default_profile` chooses how routes that do not declare their own ## `rendering_profile` are served. ## ## Available profiles: ## "leptos-hydration" Default. Server renders Leptos view!{}, ships a WASM ## client that hydrates and powers reactive components. ## "htmx-ssr" Server renders the full body; no WASM. Interactivity ## comes from htmx attributes + per-feature endpoints ## (theme/lang/filter) under /api/htmx/*. The framework ## skips the wasm32 build target entirely when no route ## opts back into leptos-hydration. ## ## `htmx_extensions` lists htmx extensions (from ## `templates/shared/htmx/htmx.lock.toml`) to load in the htmx-ssr shell. Names ## must match the `extensions[*].name` entries in the lockfile. Order is ## preserved in the emitted `