Rinser/node_modules/ejs/test/fixtures/messed.ejs

2 lines
72 B
Plaintext
Raw Normal View History

2015-07-20 13:42:07 +00:00
<ul><%users.forEach(function(user){%><li><%=user.name%></li><%})%></ul>