<%= yield :html_head %> <%= stylesheet_link_tag "/themes/blue_steel/stylesheets/style" %> <%= cms_toolbar %> <%= render :partial => "partials/header"%>
<%# This demonstrates how breadcrumbs can be automatically generated by using helpers. # The style of the breadcrumbs is controlled via CSS, which turns the ul/li into horizontal breadcrumbs with separaters. %>

<%= @page.page_title %>

<%= container :main %>
<%= render :partial => "partials/footer" %>