% if (is_tag()) { %> <% } else if (is_archive()) { %> <% } else if (is_category()) { %> <% } %> <% page.posts.each(function(post){ %> <%- partial('post', {post: post}) %> <% }) %> <% if (page.total > 1) { %> <% if (page.prev != 0) { %> Previous <% } %> <% if (page.next != 0) { %> Next <% } %> <% } %>