Whoami: <%= profile.id %>

<% posts.map(post => { %>
<%= post.text %>
<% }) %>