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