{{/* Chat surface (Phase 1 bridge). Server renders the page shell. Existing SPA JS takes over the DOM. All scripts from index.html are loaded here — minus the three already in base.html (api.js, events.js, ui-primitives.js). */}} {{define "surface-chat"}}
{{end}} {{define "css-chat"}} {{end}} {{define "scripts-chat"}} {{/* Vendor libs */}} {{/* App JS — order matches index.html (minus api/events/ui-primitives already in base) */}} {{end}}