The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div id="page">
      <div id="content">
        <div id="header">
          <h1><a href="<% base %>/auth/login">Log in</a></h1>
          <% IF user %>
          <h1><a href="<% base %>/auth/login">Log out</a></h1>
          <h1><a href="<% base %>/auth/setup">Configure authentication</a></h1>
          <% ELSE %>
          Available users are <tt>test</tt>, <tt>test2</tt> and <tt>admin</tt>.
          <% END %>
        </div>
      </div>
</div>