The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<% if ($self->stash('error')) { %>
    <div class="warning"><%= $self->stash('error') %></div>
<% } %>
<!-- Leave the text below untouched, it's for the functional tests:
     arepa_test_logged_out
-->
<form method="post">
  <div>Username: <input name="username" /></div>
  <div>Password: <input name="password" type="password" /></div>

  <div><input type="submit" /></div>
</form>