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