Source of: /ch10/templates/example.10-2.tpl
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      "http://www.w3.org/TR/html401/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type"
        content="text/html; charset=iso-8859-1">
  <title>Session State Test</title>
</head>
<body>
    <p>This page points at a session {SESSION}
    <br>count = {COUNT}
    <br>start = {START}
    <p>This session has lasted {DURATION} seconds.
</body>
</html>