--- import PostDraftPreview from './PostDraftPreview.astro' const { posts } = Astro.props --- {posts.map((post) => ( ))}