2015-07-20 14:42:07 +01:00

2 lines
72 B
Plaintext

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