Route-Level Layouts
Add a layout that applies only to a specific route and its children.
Specific Layouts
You can add a layout that applies only to a specific route and its children by placing +layout.svelte in that route's folder.
Stacking
Nested layouts stack: the root layout wraps the section layout, which wraps the page.