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