<%- include('./components/navbar.ejs') %>
<%- include('./components/comment.ejs', { comm: comm, link: false, accordion: false }) %>
<% if (comm.comment_id == null) { %>

0/255

<% } %>
<% if (comm.responses.length > 0) { %> <% comm.responses.forEach((response) => { %> <%- include('./components/comment.ejs', { comm: response, link: false, accordion: false }) %> <% }) %> <% } %>