Files
lodash/test/template/a.jst
John-David Dalton 463b5c6e49 Tweak build option internals and add test template files.
Former-commit-id: ed5ec6ed7886a066c8c727de19dc0fe6548a276d
2012-09-30 00:57:09 -07:00

3 lines
80 B
Plaintext

<ul>
<% _.forEach(people, function(name) { %><li><%= name %></li><% }); %>
</ul>