<div id=“comments”>

<h3>Comments</h3>
<%= @comments_rendered %>

</div>

<%= if @post.allow_comments

Thoth::CommentController.render_view(:form,
    :comment     => @preview,
    :form_action => @comment_action)

end %>