diff --git a/apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/02-layouts/index.md b/apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/02-layouts/index.md index c24e1f55a3..977a7f82fb 100644 --- a/apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/02-layouts/index.md +++ b/apps/svelte.dev/content/tutorial/03-sveltekit/02-routing/02-layouts/index.md @@ -1,5 +1,6 @@ --- title: Layouts +editing_constraints: { 'create': ['/src/routes/+layout.svelte'] } --- Different routes of your app will often share common UI. Instead of repeating it in each `+page.svelte` component, we can use a `+layout.svelte` component that applies to all routes in the same directory.