--- import "../global.css"; import Navigation from '../components/Navigation.astro'; export interface Props { title: string; } const { title } = Astro.props; ---