<% _.each(cityList,function(newList,i){ %>

<%=newList.Ab%>

    <% _.each(newList.lists,function(city,j){ %>
  • <%=city.cityName%>
  • <% }); %>
<% }); %>