1 <% content_for :heading do %>
 
   2   <h1><%= t ".title" %></h1>
 
   5 <p class="lead"><%= t ".lede_text" %></p>
 
   7 <h2><%= t ".local_chapters.title" %></h2>
 
   8 <p><%= t ".local_chapters.about_text" %></p>
 
   9 <p><%= t ".local_chapters.list_text" %></p>
 
  11   <% @local_chapters.each do |chapter| %>
 
  14         <a href="<%= chapter.url %>"><%= t "osm_community_index.communities.#{chapter.id}.name" %></a>
 
  16         <%= t "osm_community_index.communities.#{chapter.id}.name" %>
 
  22 <h2><%= t ".other_groups.title" %></h2>
 
  23 <p><%= t ".other_groups.about_html" %></p>