extends ../../../templates/base.pug block content .row .col .col if passwordForgottenFailed .alert.alert-danger | This email does not exist in our database. form(method="POST", action=getUrl("passwordForgottenTarget")) .form-group input.form-control(type="text", name="email", placeholder="Enter your email address", autofocus) .form-group input.btn.btn-primary.form-control(type="submit", value="Request a new password") .col