@(form: Form[Authentication.Login], returnTo: String)(implicit request: RequestHeader) @layout {

Please sign in

@helper.form(helper.CSRF(routes.Authentication.authenticate(returnTo))) { @helper.inputText(form("username"), '_label -> "Name") @helper.inputPassword(form("password"), '_label -> "Password") } }