--- const { prevPost, nextPost } = Astro.props ---
{ prevPost?.slug ? (
{prevPost?.data.title}
) : (