Material:
<% materials.forEach(function(m){ %>
<%-m.name%>
<% }); %>
Geometry:
<% geometry.forEach(function(m){ %>
<%-m.name%>
<% }); %>