<% content_for :body_content_left do %>

<%= t('.blog_archive_for', :date => @archive_date.strftime('%B %Y')) %>

<% if @blog_posts.any? %>
<%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
<% else %>

<%= t('.no_blog_articles_posted', :date => @archive_date.strftime('%B %Y')) %>

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