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

    {collection.data.title}

    { collection.data.collection ? ( • Collection ) : ( ) }