--- interface Props { title: string; } const { title } = Astro.props; import "../styles/global.scss"; import Navbar from "../components/global/Navbar.astro"; --- {title}