---
import HomeButton from "../components/HomeButton.astro";
interface Props {
post: any,
prev?: any,
next?: any,
base: string,
}
const { post, prev, next, base } = Astro.props;
const { Content } = await post.render();
---
{post.data.description}