Source of bind.adp
<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>@users.first_name@</td><td>@users.last_name@</td>
</tr>
</table>
</body>
</html>