--- import { ViewTransitions } from 'astro:transitions'; import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; import ThemeLoader from '../components/ThemeLoader.astro'; interface Props { title: string; } const { title } = Astro.props; --- {title}