index
:
sipping-point
master
Invite friends to get drinks. Everyone goes when a plan reaches the “sipping point”. | Future Insights Ultimate Developer Hack 2014.10.30
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
ejs
/
test
/
fixtures
/
newlines.ejs
blob: 47401b26632c16ff3fe3a1937a87348776e1accc (
plain
)
1
2
3
4
5
<ul> <% users.forEach(function(user){ %> <li><%= user.name %></li> <% }) %> </ul>