<%- include('_header') %>
<% posts.map(entry => { %>
<%= entry.authorName %>: <%= entry.content.text %>

<% }) %>

All People

Friends

<%- include('_footer') %>