> <% if render_header? %>
<% if display_breadcrumbs? %> <% end %>
<%= @title %>
<% if description.present? %>
<%== description %>
<% end %>
<% if tools.present? %>
<%= tools %>
<% end %>
<% end %>
<%= body %>
<%= bare_content %>
<% if footer_tools.present? %>
<%= footer_tools %>
<% end %>
<%= footer %>