3 lines
86 B
Plaintext

<% items.forEach(function(item) { -%>
- [<%= item.title %>](<%= item.link %>)
<% }) %>