setBlogPostArticleRef(target as HTMLElement | null)} class="kt-blog__post kt-blog__post--full kt-blog__card" > {currentArticle.title} {currentArticle.date} | {currentArticle.views} | {currentArticle.comments} | {currentArticle.category} {currentArticle.words} 字 | {currentArticle.readTime} {currentArticle.content.map((paragraph) => ( {paragraph} ))} {currentArticle.tags.map((tag) => ( {tag} ))}