--- import FormattedDate from "@components/FormattedDate.astro"; type Props = { collection: any; }; const { collection } = Astro.props; ---
  • {collection.data.title}{collection.data.description}