EUS<%= typeof(isAdmin) === "undefined" ? "" : " Admin" %>
Home
<% if (typeof(userId) !== "undefined") { %>
Logout
<% } else { %>
Sign In
<% } %>