<% _.each( sections, function ( section ) { %>

<%=section.title%>

<% _.each( components, function ( component ) { %> <%=printComponent( section.name, component ) %> <% } ); %>
<% } ); %>