--- interface Props { post: any, } const { post } = Astro.props; const { Content } = await post.render(); --- Home
{post.data.description}