--- import MainGridLayout from '../layouts/MainGridLayout.astro' import { getEntry } from 'astro:content' import { i18n } from '../i18n/translation' import I18nKey from '../i18n/i18nKey' import Markdown from '@components/misc/Markdown.astro' const aboutPost = await getEntry('spec', 'about') const { Content } = await aboutPost.render() ---