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