<%%= stylesheet_link_tag 'blueprint/screen.css', :media => 'screen, projection' %> <%%= stylesheet_link_tag 'blueprint/print.css', :media => 'print' %> <%%= stylesheet_link_tag 'formtastic' %> <%%= stylesheet_link_tag 'formtastic_changes' %> <%%= stylesheet_link_tag '<%= file_name %>' %> <%%= yield(:head) %>
<%%- flash.each do |name, msg| -%> <%%= content_tag :div, msg, :id => "flash_#{name}" %> <%%- end -%> <%%- if show_title? -%>

<%%=h yield(:title) %>

<%%- end -%> <%%= yield %>