--- import MainGridLayout from "../layouts/MainGridLayout.astro"; import { getEntry } from 'astro:content' const aboutPost = await getEntry('spec', 'about') const { Content } = await aboutPost.render() ---