+
+ <%- partial('post/title') %> + <% if (item.layout != 'page'){ %> + + <% } %> +
+
+ <% if (item.excerpt && index){ %> + <%- item.excerpt %> + <% } else { %> + <%- item.content %> + <% } %> +
+ <% if (index){ %> + <% if (item.excerpt){ %> + + <% } %> + <% } else { %> + + <% } %> +