<%- include('_header') %>

<%= profile.name %>

<%= profile.description %>

Friends

<%= profile.name %>'s Wall

Leave <%= profile.name %> a message

" method="POST">
<% posts.map(post => { %> <%- include('_post', { post }) %> <% }) %>
<%- include('_footer') %>