<% _.each(data, function(item) {%>
<%= item.title %>
<% _.each(item.content, function(val){%>

<%=val%>

<%});%>
<%});%>