--- import Picture from "~/components/core/Picture.astro"; import { getPermalink } from "~/utils/permalinks"; import { findImage } from "~/utils/findImage"; import { getFormattedDate } from "~/utils/getFormatedDate"; const { post } = Astro.props; const image = await findImage(post.image); ---

{post.title}

{post.excerpt || post.description}