Replies

<%- include ('vblock.ejs', {link: opLink, icon: '/icon.svg', name: 'Original'}) %> <%- include ('vblock.ejs', {link: `${page - 1}`, icon: '/icon.svg', name: 'Previous'}) %> <%- include ('vblock.ejs', {link: `${page * 1 + 1}`, icon: '/icon.svg', name: 'Next'}) %>
<% for (let reply of replies) { %> <%- include ('comment.ejs', reply.comment || {}) %> <% } %>