<% site.posts.sort('-date').forEach(function(post) { %> <%- include('_partial/post_feed', { post: post }) %> <% }); %>