<% if (is_tag()) { %> <% } else if (is_archive()) { %> <% } else if (is_category()) { %> <% } %>
<% if (page.prev == 0) { %> <% site.posts.each(function(post){ %> <% if (post.top) { %>
<%- partial('post', {post: post}) %>
<% } %> <% }) %> <% } %> <% page.posts.each(function(post){ %> <% if (!post.top) { %>
<%- partial('post', {post: post}) %>
<% } %> <% }) %>
<% if (page.total > 1) { %>
<% if (page.prev != 0) { %> <% } %>

<%= page.current%> / <%= page.total%>

<% if (page.next != 0) { %> <% } %>
<% } %> <% var need_mathjax = false; page.posts.each(function(post){ if (post.mathjax){ if (post.mathjax != "internal") { need_mathjax = true; } } }); %> <% if (need_mathjax){ %> <%- partial('mathjax') %> <% } %>