<%= raw @post.the_content %>
<%= render partial: 'partials/comments', locals: {post: @post} if @post.can_commented? %>