<%- include('../partials/header') %>
<% posts.map((post) => { %>

<%= post.title %>

...

<%- post.body.substring(0, 300) %>...

<% }) %>

All Posts

<%- include('../partials/footer') %>