<%= header_section %> <%= body_section %> <% @alldata.each do |item| %> <% end %>
名前 住所
<%=h item[:name] %> <%=h item[:address] %>
<%= footer_section %>