<%= stylesheet_link_tag "grindable", :media => :all %> <%= javascript_include_tag :defaults %> <%= javascript_include_tag 'dojo/dojo.js' %> <% if @dojo_map and @dojo_map.length>0 %> <% end %>
<% unless @content_title.nil? -%>

<%= @content_title %>

<% end -%> <% if @flash[:error] -%>
<%= escape_preserving_linefeeds_and_html @flash[:error] %>
<% end -%> <% if @flash[:info] -%>
<%= escape_preserving_linefeeds_and_html @flash[:info] %>
<% end %> <%= @content_for_layout %>