1 <% content_for :heading do %>
2 <%= tag.h1 :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
3 <%= t ".title", :locale => @locale %>
7 <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
8 <p><%= t ".lede_text", :locale => @locale %></p>
9 <h2><%= t ".local_chapters.title", :locale => @locale %></h2>
10 <p><%= t ".local_chapters.about_text", :locale => @locale %></p>
11 <p><%= t ".local_chapters.list_text", :locale => @locale %></p>
13 <% @local_chapters.each do |chapter| %>
14 <li><a href="<%= chapter.url %>"><%= chapter.name %></a></li>
17 <h2><%= t ".other_groups.title", :locale => @locale %></h2>
18 <p><%= t ".other_groups.about_html", :locale => @locale %></p>