prototype of comments
This commit is contained in:
parent
9cdf2326b8
commit
11147482d2
11 changed files with 216 additions and 5 deletions
3
views/commenter.ejs
Normal file
3
views/commenter.ejs
Normal file
|
@ -0,0 +1,3 @@
|
|||
<% for (let reply of replies) { %>
|
||||
<%- include ('comment.ejs', reply.comment || {}) %>
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue