--- // src/layouts/BaseLayout.astro interface Props { title: string; } const { title } = Astro.props; --- {title}
--- import BaseLayout from '../layouts/BaseLayout.astro'; ---

Links and widgets go here.

Main Content

This falls into the default, unnamed slot.