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