% layout 'standard', title => 'Register', sb_active => 'register';

Create an account

%= include '_base/status_window';
<%= include '_base/form/input', type => 'text', name => 'name', title => 'Your name', help => '', value => $c->stash->{form}->{name} %> <%= include '_base/form/input', type => 'email', name => 'email', title => 'Email Address', help => '', value => $c->stash->{form}->{email} %> <%= include '_base/form/input', type => 'password', name => 'password', title => 'Password', help => '', value => $c->stash->{form}->{password} %> <%= include '_base/form/input', type => 'password', name => 'password_confirm', title => 'Confirm Password', help => '', value => $c->stash->{form}->{password_confirm} %>