<% content_for :javascripts do %> <% if BlogPost::ShareThis.enabled? %> <% end %> <% end %> <% content_for :body_content_left do %>

<%= @blog_post.title %>

<% if (categories = @blog_post.categories).any? %> <% end %>
<%= @blog_post.body.html_safe %> <% if BlogPost::ShareThis.enabled? %> <% 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 :head, stylesheet_link_tag('refinerycms-blog') %>