--- import '@styles/main.css'; import '@fontsource-variable/baskervville-sc'; import ThemeSwitcher from '@components/ThemeSwitcher.astro'; export interface Props { pageTitle: string, } const { pageTitle } = Astro.props; --- {pageTitle} {/* Note: The styles are inside the document here because otherwise it breaks Astro's parsing */}