5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression
8 test doesn't fail incorrectly.
13 <head><title>Sample velocity page</title></head>
14 <body bgcolor="#ffffff">
17 <h2>Hello from velocity!</h2>
18 <i>Here's the list of people</i>
19 <table cellspacing="0" cellpadding="5" widht="100%">
21 <td bgcolor="#eeeeee" align="center">
25 #foreach ($name in $provider.Customers)
27 <td bgcolor="#eeeeee">$name</td>