<%= profile.name %>

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