import React from 'react'; const PostPage = ({document, currentUser}) => { ({ListContainer, CommentList, CommentNew, PostItem, PostCategories, SocialShare, Vote, PostStats, HeadTags} = Telescope.components); const post = document; const htmlBody = {__html: post.htmlBody}; return (
{/**/}
{/**/}

Comments

New Comment:

) } module.exports = PostPage;