calendar.ejs 86 Bytes Raw Blame History Permalink 1 2 3 <h1><% calList.forEach(function(dat) { %> <li><%dat%></li> <% }); %> </h1>