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