<%= yield :breadcrumb %>
<%= yield :flash_content %>
<%= yield :page_title %>
<% unless flash[:notice].blank? %>
<%= nice_flash(flash[:notice]) %>
<% end %>
<% unless flash[:error].blank? %>
<%= error_flash(flash[:error]) %>
<% end %>
<%= yield :action_box %>
<%= yield %>