The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
<title>Dancer::Auth::GoogleAuthenticator</title>
<link rel="stylesheet" href="<% request.uri_base %>/css/style.css" />

<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">/* <![CDATA[ */
    !window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/javascripts/jquery.js"><\/script>')
/* ]]> */</script>

</head>
<body>
<div class="message">
<% FOR message IN flash.success %> SUCCESS: <% message |html %><% END %>
<% FOR message IN flash.error %> ERROR: <% message |html %><% END %>
</div>
<div class="login-info">
<% IF session.user %>Hello <% user.name|html%>.
<% ELSE %><a href="/auth/login">Log in</a><% END %>
</div>
<% content %>
<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer</a> <:% dancer_version %:>
</div>
</body>
</html>