--- import type { GuideFileType } from '../lib/guide'; import { replaceVariables } from '../lib/markdown'; export interface Props { guide: GuideFileType; } const { guide } = Astro.props; const { frontmatter, id } = guide; --- {replaceVariables(frontmatter.title)} { frontmatter.isNew && ( New ) } »