Files
lodash/test/template/a.jst
John-David Dalton 7e4286adde Add another unit test for precompiled templates with AMD support.
Former-commit-id: 68d1b7b0aa8cd8b1d4b27a9374095b8cebbfb386
2013-02-13 20:06:34 -08:00

3 lines
80 B
Plaintext

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