%= javascript_include_tag 'site.js' %>
     
    <%= stylesheet_link_tag 'site.css' %>
    <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Placename Search", :href => "/opensearch/osm.xml" }) %>
    <%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Postcode Search", :href => "/opensearch/osm-postcode.xml" }) %>
    
      
        
          OpenStreetMap
          <%= link_to(image_tag("osm_logo.png", :size => "120x120", :border => 0), :controller => 'site', :action => 'index') %>
          The Free Wiki World Map
        
      
      <% unless @user %>
      
        OpenStreetMap is a free editable map of the whole world. It is made by people like you.
        
        OpenStreetMap allows you to view, edit and use geographical data in a collaborative way from anywhere on Earth.
        
        OpenStreetMap's hosting is kindly supported by the 
UCL VR Centre and 
bytemark.
      
      <% end %>
      <% if API_READONLY %>
      
        The OpenStreetMap database is currently in read-only mode while
        essential database maintenance work is carried out.
      
      <% end %>
      
      <%= yield :optionals %>