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