--- import { type CollectionEntry } from 'astro:content'; export interface Props { cat: CollectionEntry<'cats'>; } const { cat } = Astro.props; --- {cat.data.passedAway && Rest In Peace} {cat.data.name} {cat.data.owner.name}
{cat.data.owner.name}