<% guides.each do |name, list| %>

<%= name %>

<% list.each do |guide| %>
<%= link_to guide["title"], "#{guide["url"]}.html" %>
<% if guide["construction"] %> <% end %>

<%= guide["text"] %>

<% end %>
<% end %>