mirror of
https://github.com/mgerb/mywebsite
synced 2026-03-06 16:25:26 +00:00
2 lines
72 B
Plaintext
2 lines
72 B
Plaintext
<ul><%users.forEach(function(user){%><li><%=user.name%></li><%})%></ul>
|