--- import "../styles/global.scss"; import Navbar from "../components/Layout/Navbar/Navbar.astro"; import Footer from "../components/Layout/Footer/Footer.astro"; import JoinCommunity from "../components/Layout/JoinCommunity/JoinCommunity.astro"; export interface Props { view: string; title: string; } const { view, title } = Astro.props; --- {title}
{view !== "home" && }