<% if (typeof(session) !== "undefined") { %>
Logged in as <%= session.username %>
Change Password
Enable 2FA
Logout
<% } else { %>
Sign In
<% } %>