--- import { ArticleData } from "@extractus/article-extractor"; import "./reset.css"; import Footer from "../components/Footer.astro"; export interface Props { meta: ArticleData } const { meta } = Astro.props; const appTitle = `Cozy 🧸${meta.title && `| ${meta.title}`}`; --- {appTitle} { meta.url !== '/' ? ( ) : ( ) }