<% page.posts.each(function(post, i){ %>
<%if(post.cover){%>
<%}else{%>
<%}%>

<%=post.title || __('no-title')%>

<%if(post.excerpt){%> <%- strip_html(post.excerpt) %> <%}else{%> <%- strip_html(truncate(post.content,{length:150})) %> <%}%>
<% }) %> <%- partial('partials/pagination') %>
<%if(theme.sidebar&&theme.widgets.length){%> <%}%>