<% assert(author,"No author specified") %> <% assert(bio,"No bio included") %> <{system cat src/pages/parts/header.etlua}>

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


<% if #stories == 0 then %> This author has not made any pastes yet. <% else %> <% for k,story in pairs(stories) do %> <{system cat src/pages/parts/story_breif.etlua}> <% end %>
<% end %>
<{system cat src/pages/parts/footer.etlua}>