--- import Navigation from '../components/Navigation.astro'; import Footer from '../components/Footer.astro'; import Hamburger from '../components/Hamburger.astro'; interface Props { title: string; lang: string; } const { title, lang } = Astro.props; --- {title}