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