<% content_for :body_content_title, @blog_post.title %> <% content_for :body_content_left do %> <%= @blog_post.body %> <% end %> <% content_for :body_content_right do %>

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

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