--- import '../styles/global.css' import Navbar from '../components/Navbar.astro'; import Footer from '../components/Footer.astro'; const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "Corwin Perren"; ---