+ + + {imageUrl ? ( + + ) : ( + + )} + + {categoryName && ( + + {categoryName} + + )} + + + + + {postDate && postDate.toLocaleDateString('ru-RU', { + day: 'numeric', + month: 'short', + year: 'numeric' + }).replace(' г.', '')} + + + + + {mainPost.title} + + + {authorName && ( + + {authorName} + + )} + + + + + + + {mainPost.title} + + + {postDate && postDate.toLocaleDateString('ru-RU')} + + +