{item.title} {formatDate(item.date)} {item.author && ( {t('misc.newsByAuthor', { author: item.author })} )} {item.body} {item.url && ( openLink.mutateAsync(item.url!)} > {t('misc.newsReadMore')} )}