<% if( (page.current === 1) && (is_home()) ) { %>
<%- partial('_partial/index/daily_pic') %> <%- partial('_partial/index/author_info') %>
<% } %>
<% 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') %>