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