% content_for :after_javascript_libraries do %>
<% if BlogPost::ShareThis.enabled? %>
<% end %>
<% end %>
<% content_for :body_content_left do %>
<%= render 'post' %>
<% if next_or_previous?(@blog_post) -%>
<% end -%>
<% if BlogPost.comments_allowed? %>
<% end %>
<% end %>
<% content_for :body_content_right do %>
<%= render :partial => "/blog/shared/categories" %>
<%= render :partial => "/blog/shared/posts" %>
<%= render :partial => "/blog/shared/rss_feed" %>
<%= blog_archive_list %>
<% end %>
<%= render :partial => "/shared/content_page", :locals => { :remove_automatic_sections => true } %>
<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
<% content_for :javascripts, javascript_include_tag('jquery','refinerycms-blog') %>