Concept Flow - Layout files (+layout.svelte)
Start App
Load +layout.svelte
Render layout HTML
Insert child page content
Display full page
User navigates
Reuse layout, update child content
Display updated page
The app loads the +layout.svelte file first, renders its HTML, then inserts the child page content inside it. On navigation, the layout stays, only child content changes.