--- import Navbar from "../components/LayoutComponents/Navbar.astro"; import Themes from "astro-themes"; import Icon from "astro-icon"; import socials from "../data/socials.json"; interface Props { title: string; showAfterMain?: boolean; } const { title, showAfterMain } = Astro.props; --- {title}
{showAfterMain ?
: null }