--- interface Props { title: string } const { title } = Astro.props; const user = Astro.locals.user; ---