2015-11-08 22:50:17 +00:00

2 lines
72 B
Plaintext

<ul><%users.forEach(function(user){%><li><%=user.name%></li><%})%></ul>