1<%args>
2$time
3$email
4</%args>
5<html>
6 <body>
7  <h1>Look at my style</h1>
8  <p>I was sent to <em><% $email->{to} %></em> on <% $time %></p>
9 </body>
10</html>
11
12