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