--- import FormattedDate from '@/components/widgets/FormattedDate.astro' import type { PostListProps } from '@/types' import { themeConfig } from '@/config' const { posts } = Astro.props as PostListProps ---
{post.data.title}