<% if (typeof messages !== 'undefined') {%>
<% messages.forEach(function (message) { %>
<%= __(message) %>
<% }) %>
<% } %>
<% if (typeof username !== 'undefined') {%>
<%= __("Welcome, " + username) %> |
logout
<% } else { %>
<%= __("Welcome, Guest ") %> |
Log In |
Sign Up
<% } %>
<%- body %>