<% page.posts.forEach(function(post) { %> <%- include('post_feed', { post: post }) %> <% }); %>