<% include com/stdhead.html %>
<% if (session) { %> <%- include('com/nav.html', {navClass: ''}) %> <% } else { %> <%- include('com/nav.html', {navClass: 'fp-not-logged-in'}) %> <% } %> <% if (!session) { %> <% include hero.html %> <% } else { %> <% include com/dashboard.html %> <% } %> <% if (verified) { %> <% } %>
<% include com/footer-light.html %> <% include com/stdjs.html %>