--- export interface Props { post: any; } const { post } = Astro.props; --- {post.frontmatter.publishDate} {post.frontmatter.title} {post.frontmatter.description} Read more
{post.frontmatter.publishDate}
{post.frontmatter.description}