<html>
  <head>
    <title>OpenFrame-WebApp TT2 Example - Welcome</title>
  </head>
  <body>
    <h1>Welcome</h1>

    [% user = session.get('user') %]
    Hello [% user.id %]!

    <p/>
    Your session will expire in: [% session.expiry %].<br/>
    You can't log in as a new user until then.

    [% INCLUDE 'htdocs/tt2/footer' %]

  </body>
</html>
