<% include header %>

Hello <%= (user && user.email) ? user.email : '' %>, welcome to <%= cloudronName %>!

Setup your account and password

<%= error %>

<% if (user && user.username) { %>
<% } else { %>
The username is too short The username is too long Not a valid username
<% } %>
Password must be atleast 8 characters
Passwords don't match
<% include footer %>