--- import Footer from "../components/Footer.astro"; import Header from "../components/Header.astro"; import "../styles/global.css"; interface Props { title: string; wide?: boolean; } const { title, wide = false } = Astro.props; --- {title} — did.bot