• <% if (typeof displayName === 'undefined' || displayName === null) { %> Not logged in <% } else { %> Logged in as <%= displayName %> <% }%>