Compiled Template implicit_escape.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Demo: Implicit Escape</title>
</head>
  <body>
    <h1>"
append __adp_output $x
append __adp_output "</h1>
    <p>The current date and time is: "
append __adp_output [clock format [clock seconds]]
append __adp_output "
  </body>
</html>
"
set __adp_output