Compiled Template comment.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Comment Mechanisms</title>
</head>
  <body>
    The template system introduces no new mechanisms for comments.
    You can use
    HTML comments      (<!-- users doing \"View Page Source\" will see this -->)
    and Tcl comments   ("
#  but they can never look at that               
append __adp_output ").
    <br>
    Neither are visible on the HTML page.
  </body>
</html>
"
set __adp_output