% content_for :body do %>
<%= render 'post' %>
<%= render 'comments' %>
<% end %>
<%= render '/refinery/blog/shared/body_content_right' %>
<%= render "/refinery/content_page", :remove_automatic_sections => true %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>
<% content_for :javascripts do %>
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
<%#= javascript_include_tag('refinery/blog/frontend') %>
<% end if Refinery::Blog::Post::ShareThis.enabled? %>