--- import { getEntryBySlug } from "astro:content"; const post = await getEntryBySlug('blog', 'simple'); const { Content } = await post.render(); ---