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