--- import { getEntry, render } from 'astro:content'; const launchWeek = await getEntry('blog', 'using-mdx'); const { Content } = await render(launchWeek); ---