<% if @post.has_thumb? %>
<%= raw @post.the_thumb %>
<% end %>

<%= @post.the_title %>

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