Compiled Template explicit_escape.adp
set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Demo: Explicit Escape</title>
</head>
<body>
<h1>Hello</h1>
"
foreach name [list Fred Ginger Mary Sarah Elmo] {
template::adp_puts "<p>Welcome to this page $name!</p>"
}
append __adp_output "
</body>
</html>
"
set __adp_output