Our First DB Skeleton
From Rhypedigital
<html>
<body>
<table>
#repeat test
<tr>
<td>%{test_id:report}</td>
<td>%{test_name:report}</td>
<td>%{test_date:report}</td>
</tr>
#endrepeat test
</table>
</body>
</html>
