Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

14 lines
283 B
HTML

<html>
<head><title>$title</title></head>
<body>
<table>
#for $client in $clients
<tr>
<td>$client.surname, $client.firstname</td>
<td><a href="mailto:$client.email">$client.email</a></td>
</tr>
#end for
</table>
</body>
</html>