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