TemplateToolkit 1 [% INCLUDE template.header title = 'Login' response = '401 Authentication Required' headers = "WWW-Authenticate: Basic realm=\"$app.name\"\n" -%]
[% IF tried == 1 -%]

The password or username you used is incorrect.

[%- END %]

If you would like to create a new account, or to have your password sent to you, fill in your e-mail address or other means of contact:

[%- INCLUDE template.login.form buttonLabel = 'Get Password' %]

[% INCLUDE template.footer %]