--- import "../assets/fonts/fonts.css"; import Navbar from "../components/Navbar.astro"; import { ViewTransitions } from "astro:transitions"; const { title } = Astro.props; --- {title && (山羊寒舍 | {title})} {!title && (山羊寒舍)}