Guest User

Untitled

a guest
Apr 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <h1><%= title %></h1>
  2. <ul>
  3. <% users.forEach(function(user) { %>
  4. <li><%= user.name %></li>
  5. <% }); %>
  6. </ul>
Add Comment
Please, Sign In to add comment