[[extend "examples/layout.html"]]
[[if path == "login":]] [[=form.custom.begin ]] Username: [[=form.custom.widgets['username'] ]] Password: [[=form.custom.widgets['login_password'] ]] [[=form.errors]] [[=form.custom.submit ]] [[=form.custom.end ]] [[else:]] [[=form]] [[pass]]