<% @tree.each_tree do|item| %> <%= item[:name] %> <% end %> <% @tree.each_blob do|item| %> <%= item[:name] %> <% end %>