<% if(page.layout == 'post' && page.content && page.path != undefined){ %> <%- partial('_pre') %>
<%- partial('header', {item: item}) %>
<%- popular_posts( { maxCount: item.max_count , ulClass: 'popular-posts' , PPMixingRate: 0.2 } , page ) %>
<% } %>