% content_for :body do %>
<%= raw @page.content_for(Refinery::Pages.default_parts.first.to_sym) if Refinery::Pages.default_parts.any? %>
<% if @posts.any? %>
<%= t('.no_blog_articles_yet') %>
<% end %> <% end %> <%= render "/refinery/content_page", :hide_sections => [:side_body, :body_content_right] %> <% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>