Compiled Template bind.adp
set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
<title>Demo: Sample user</title>
</head>
<body>
<h1>Sample User</h1>
<table>
<tr><th>First Name</th><th>Last Name</th></tr>
<td>[ns_quotehtml [lang::util::localize $users(first_name)]]</td><td>[ns_quotehtml [lang::util::localize $users(last_name)]]</td>
</tr>
</table>
</body>
</html>
"
set __adp_output