{makeDateFromAgo(raw.data.dateAdded)}
{createdByUser
? by {createdByUser}
: null}
{authorsFull.length > 0
?
{authorsFull.map((aut, i) => {aut}{authorsRoles[i] == "author" ? "" : " (" + authorsRoles[i] + ")"})}
: null}
{tags.length > 0
?
{tags.map((tag, i) => #{tag})}
: null}