<% content_for :body_content_title, @blog_post.title %> <% content_for :body_content_left do %> <%= @blog_post.body %> <% if (categories = @blog_post.categories).any? %> <%= t('.filed_in') %> <% end %> <% end %> <% content_for :body_content_right do %>

<%= t('.created_at_title') %>

<%= t('.created_at', :when => @blog_post.created_at.strftime('%d %B %Y')) %> <%= render :partial => "sidebar" %>

<%= t('.other') %>

<% end %> <%= render :partial => "/shared/content_page" %>