%- include("../partials/head") %>
<% for (let postID = 0; postID < comments.length; postID++) { %> <% for (let comment_index = 0; comment_index < comments[postID].length; comment_index++) { %>
"><%= comments[postID][comment_index]["id"] %>
<% }; %> <% }; %>