const Post = ({document, currentUser}) => { ({ListContainer, CommentList, CommentNew, PostCategories, SocialShare, Vote, PostStats} = Telescope.components); const post = document; const htmlBody = {__html: post.htmlBody}; return (
{post.commentCount} comments
{moment(post.postedAt).fromNow()}