<% if (index == true) { %>

<% if (pagination == 2) { %> 最近动态 <% } else if (pagination == 3) { %> 文章归档 <% } else if (pagination == 4) { %> `<%- page.category %>`分类下的文章 <% } else if (pagination == 5) { %> `<%- page.tag %>`标签下的文章 <% } %>

<% page.posts.each(function(post) { %> <%- partial('archive-post', { post: post }) %> <% }) %> <% if (page.total >= 1){ %> <% } %> <% } %>