<% if (is_tag()) { %> <% } else if (is_archive()) { %> <% } else if (is_category()) { %> <% } %>
<% page.posts.each(function(post){ %>
<%- partial('post', {post: post}) %>
<% }) %>
<% if (page.total > 1) { %> <% } %>