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

{post.frontmatter.publishDate}

{post.frontmatter.title}

{post.frontmatter.description}

Read more