--- // src/layouts/BaseLayout.astro interface Props { title: string; } const { title } = Astro.props; ---
Links and widgets go here.
This falls into the default, unnamed slot.