<% if (theme.widgets.length) { %>
<% } else { %>
<% } %> <%- partial('post/slogan') %>
<% page.posts.each(function(item){ %> <%- partial('post/title', {item: item, index: index}) %> <%- partial('post/entry', {item: item, index: index}) %> <% }); %>
<%- partial('index_pagination') %>
<% if (theme.widgets.length) { %> <%- partial('sidebar') %> <% } %>