module.exports = ({post, site}) => ` ${post.title}!
 
${post.html}
 
`;