--- import Layout from './Default.astro'; const { title, description, pubDate } = Astro.props; import { getCollection } from "astro:content"; const postTags = (await getCollection('blog')); --- {title} {pubDate}