<% assert(author,"No author specified") %> <% assert(bio,"No bio included") %> 🍑

<%= author %>.<%= domain %>

<%= bio %>
<% if #stories == 0 then %> This author has not made any pastes yet. <% else %> <% for k,v in pairs(stories) do %> <% end %>
<%- v.title %> By <%= author %> <%= v.posted %>
<% end %>