// Global document layout. The framework renders this once around the selected // page layout and merges SEO metadata, styles, and scripts into
/. // Resolved theme, language, URL, and pathname are available as safe SSR props. layout Document { runtime = "server" props { theme = "light" language = "en" url = "" pathname = "/" } view {