% if( (page.current === 1) && (is_home()) ) { %>
<% } %>
<% page.posts.each(function(post) { %>
<% if(!((typeof hasposttop === 'function') && post.top)) { %>
<%- partial('_partial/post-entry', { post: post, index: true, pin: false }) %>
<% } %>
<% }); %>
<%- partial('_partial/index-nav') %>