{{/*
Settings surface — v0.37.5: Preact component tree.
Replaces server-rendered DOM with a mount point.
Bridge sections (tasks, gitkeys, workflows, data) still load old JS.
*/}}
{{define "surface-settings"}}
{{/* Preact renders into this div. Show a loading state until it mounts. */}}
Loading settings…
{{end}}
{{/* CSS: loaded via base.html (variables, layout, primitives, modals, surfaces) */}}
{{define "css-settings"}}{{end}}
{{/* Scripts */}}
{{define "scripts-settings"}}
{{/* Inject section name for Preact routing */}}
{{/* Bridge section JS — deferred sections still use old imperative code */}}
{{/* Vendor: Preact + htm → globals, then SDK boot, then settings surface */}}
{{end}}