% include com/stdhead.html %>
<% include com/nav.html %>
<% if (verified) { %>
Welcome!
Your email is verified and your account is now active.
<% } %>
Activity
<% include com/activity.html %>
<% if (session) { %>
<%= userRecord.username %>
<% if (userRecord.archives.length > 0) { %> <% userRecord.archives.forEach(a => { %>
<%= a.name || a.key %>
<% }) %>
<% } else { %>
You have no archives uploaded.
<% } %>
New Archive
<% } else { %> <% include com/home-cta.html %> <% } %>
<% include com/footer.html %> <% include com/stdjs.html %>