2 lines
72 B
Plaintext
Raw Normal View History

2017-09-20 23:16:30 +02:00
<ul><%users.forEach(function(user){%><li><%=user.name%></li><%})%></ul>