<%- include('_header') %> <% if (profile.image) { %> <% } %>

<%= profile.name %>'s Profile

" method="POST">
<% posts.map(entry => { %>
<%= entry.authorName %> (<%= entry.author.slice(0, 8) %>): <%= entry.content.text %>

<% }) %>

Friends

<%- include('_footer') %>