<% content_for :head do %> <%= javascript_include_tag "about" %> <% end %>
<%= t "about_page.copyright_html" %>

<%= raw t "about_page.used_by", :name => "OpenStreetMap" %>

<%= t "about_page.lede_text" %>

<%= t "about_page.local_knowledge_title" %>

<%= t "about_page.local_knowledge_html" %>

<%= t "about_page.community_driven_title" %>

<%= t "about_page.community_driven_html", :diary_path => diary_path %>

<%= t "about_page.open_data_title" %>

<%= t "about_page.open_data_html", :copyright_path => copyright_path %>

<% 5.times do |i| %>
<%= t "about_page.photo_caption_#{i}_html" %>
<% end %>