\n {Object.keys(posts).length > 0 &&\n posts?.map((post, index) => {\n const postContent = post?.node;\n // console.log(postContent);\n return (\n !postContent.slug.includes(\"gatsby\") && (\n
\n \n
{postContent.title}
\n \n {postContent.acf.subheading}\n \n \n \n \n
\n \n )\n );\n })}\n
\n