Sha256: 3781affe75037db59d5701c373d08d42491d392bd369f4c494f79d4261b4d4aa
Contents?: true
Size: 283 Bytes
Versions: 42
Compression:
Stored size: 283 Bytes
Contents
<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>
Version data entries
42 entries across 42 versions & 5 rubygems