--- import { ArticleData } from "@extractus/article-extractor"; import "./reset.css"; export interface Props { meta: ArticleData } const appTitle = "Cozy 🧸"; const { meta } = Astro.props; --- {appTitle} {meta.title && `| ${meta.title}`}