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