<form action="<%= action %>" method="post">
  <div>
  <%= message %>
  </div>
  <div>
  <label>Username:</label>
  <input type="text" name="username"/><br/>
  </div>
  <div>
  <label>Password:</label>
  <input type="password" name="password"/>
  </div>
  <div>
  <input type="submit" value="Submit"/>
  </div>
  <a href="/#/auth/account/POST">Create an Account</a> <a href="/auth/reset/request">Forgot Your Password</a>
</form>