4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
<% list.forEach(function (item) { %>
|
|
<li id="<%=item.name%>"><%=item.name%></li>
|
|
<% }) %>
|