# Layout

Own the document shell and head slot. The sturdy foundation upon which all your pages are built.

## Notes

- Use the head slot for route-owned metadata.
- Keep favicons, theme-color, and app-specific head tags consumer-owned.



## Example

```astro
<Layout title="Button docs"><main>...</main></Layout>
```
