{ heroImage && ( ) } { updatedDate && ( {t(locale, 'post.lastUpdated')} ) } {title} { categoryEntry && ( {t(locale, 'post.category')}:{' '} {categoryEntry.data.name} ) } { tags && tags.length > 0 && ( {t(locale, 'post.tags')}:{' '} {tags.map((name, i) => ( <> {i > 0 && ', '} {name} > ))} ) } { translation && ( ) }