%- include('../partials/head'); %>
<%- include('../headers/site_wide'); %>
<%- include('../headers/tag'); %>
<% for (let index = posts.length - 1; index >= 0; index--) { %> <%- include('../posts/tag', {post: posts[index], postID: index, user: users[posts[index].userID], comments: comments[index]}); %> <% } %>