--- import Navbar from "../components/Navbar.astro"; import "../styles/global.css"; interface Props { title: string; } const { title } = Astro.props; --- {title} | EAGLE's IMAX