--- layout: layout ---

<%- __('theChronicles') %>

<%- __('primary') %>

<% page.posts.each(function(post) { %> <% if (post.wanted) { %> <%- partial('_partial/wanted', {post: post, index: true}) %> <% } %> <% }) %> <% page.posts.each(function(post) { %> <% if (post.featured) { %> <%- partial('_partial/featured', {post: post, index: true}) %> <% } %> <% }) %>

<%- __('news') %>

<% page.posts.each(function(post) { %> <% if (!post.wanted && !post.featured) { %> <%- partial('_partial/article', {post: post, index: true}) %> <% } %> <% }) %>
<% if (page.total > 1) { %> <% } %> <%- partial('_partial/buttons') %>