<% for (j = 0; j < items.length; j++) { %>
<% if(items[j] != undefined) {%>

<%= items[j].Title %>

<%= items[j].Name %> <% } %>
<% } %>