3 lines
No EOL
94 B
Text
3 lines
No EOL
94 B
Text
<% for (let reply of replies) { %>
|
|
<%- include ('comment.ejs', reply.comment || {}) %>
|
|
<% } %> |