#{extends 'main.html' /} #{form @Auth.create(), class:'form-horizontal well'}
&{'login.legend'}
#{ifError 'username'} #{error 'username' /} #{/ifError}
#{ifError 'email'} #{error 'email' /} #{/ifError}
#{ifError 'emailConfirmation'} #{error 'emailConfirmation' /} #{/ifError}
#{ifError 'userpass'} #{error 'userpass' /} #{/ifError}
#{ifError 'userpassConfirmation'} #{error 'userpassConfirmation' /} #{/ifError}
#{/form}