<% _.each(sections, function (section, index) {%>
<% if(section.title){ %>
<%- section.title %>
<% } %>
<% });%>