UNPKG

pygments-ayu-syntax

Version:

CSS Ayu Syntax Highlighting Color Scheme for Pygments

14 lines (13 loc) 283 B
<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>