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