--- import type { CollectionEntry } from 'astro:content'; type Props = { post: CollectionEntry<'blog'> }; const { post } = Astro.props; const { Content } = await post.render(); import { format } from 'date-fns'; ---

{post.data.title}