<%- include('_header') %>

Whoami: <%= profile.id %>

<% posts.map(post => { %>
<%= post.text %>
<% }) %> Create New Invite
<%- include('_footer') %>