<% content_for :body_content_title, @category.title %> <% content_for :body_content_left do %> <% if @category.posts.any? %> <% else %>

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

<% end %> <% end %> <% content_for :body_content_right do %> <%= render :partial => "/blog/shared/categories" %> <% end %> <%= render :partial => "/shared/content_page" %> <% content_for :head, stylesheet_link_tag('refinerycms-blog') %>