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