racket/collects/tests/web-server/template/examples/basic.html
Jay McCarthy a687555c38 moving tests
svn: r12512
2008-11-19 22:22:02 +00:00

14 lines
290 B
HTML

<html>
<head><title>@title </title></head>
<body>
<table>
@in[c clients]{
<tr>
<td>@(client-surname c), @(client-firstname c)</td>
<td><a href="mailto:@(client-email c)">@(client-email c)</a></td>
</tr>
}
</table>
</body>
</html>