<%= xhtml_doctype :strict %> <%= html_tag %> <%= javascript_include_tag :defaults %> <%= stylesheet_link_tag 'blueprint/screen.css' %> <%= stylesheet_link_tag 'blueprint/print.css', :media => 'print' %> <%= stylesheet_link_tag 'screen' %>

<%= flash[:notice] %>

<%= yield -%>

Locations

<% @locations.each do |location| %>
<%= location.name %>
<% end %>
<%= end_html_tag %>