movie_info.ejs 84 Bytes Raw Blame History Permalink 1 2 3 <% for(var i=0; i < item.length; i++) { %> <p><%= item[i]["title"]%></p> <% } %>