Our First DB Skeleton

From Rhypedigital

Jump to: navigation, search



<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>