<%- include('./components/navbar.ejs') %>
<%- include('./components/comment.ejs', { comm: comm, link: false, accordion: false }) %>
<% if (comm.comment_id == null) { %>
Click to write your comment:
Write your comment
0
/255
Submit comment
<% } %>
<% if (comm.responses.length > 0) { %> <% comm.responses.forEach((response) => { %> <%- include('./components/comment.ejs', { comm: response, link: false, accordion: false }) %> <% }) %> <% } %>
0/255