\n
\n \n {categoryPageData.category.name}\n \n {showFeaturedBlogs ? (\n \n \n {blogHomeTranslation.featured}\n \n \n \n ) : null}\n \n {categoryPageData.recentBlogs.length >= 3 ? (\n
\n
\n \n {blogHomeTranslation.newestPosts}\n \n \n \n
\n ) : null}\n {categoryBlogPosts?.pageRecords?.length !== 0 ? (\n
\n \n {categoryBlogPosts?.pageRecords.map((blogPost, index) => {\n return (\n \n \n \n );\n })}\n \n {categoryPageData.pagedBlogArticles.totalRecordCount >\n categoryPageData.pagedBlogArticles.maxRecordsPerPage ? (\n \n (\n // eslint-disable-next-line jsx-a11y/anchor-has-content\n \n )}\n />\n \n ) : null}\n \n ) : (\n
\n \n {noBlogsFoundForCategoryTranslation.forCategory} {categoryPageData?.category.name}.\n \n \n )}\n
\n ) : null}\n