<% _.each( sections, function ( section ) { %>
<% if( 'Headers' === section.title ) { %> <% } %>

<%=section.title%>

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