<%= profile.name %>

<%= profile.description %>
<% if (posts.length > 0) { %> <%- include('../_posts', { posts }) %> <% } else { %>
You have no posts yet, publish something!
<% } %>