--- // src/layouts/BaseLayout.astro interface Props { title: string; } const { title } = Astro.props; ---
This content lands wherever appears in BaseLayout.