const Post = (props) => { ({ListContainer, CommentList, CommentNew} = Telescope.components); const htmlBody = {__html: props.htmlBody}; return (
{props.commentCount} comments
{moment(props.postedAt).fromNow()}