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