--- export interface Props { post: any; } const { post } = Astro.props; ---

{post.publishDate}

{post.title}

{post.description}

Read more