summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test07.html
blob: e0b3d8843f737852110dcf6c4cfa534cb605966b (plain)
1
2
3
4
5
6
7
8
9
10
11
<table>
<!-- macro definition with slots -->
  <tr>
    <td>Top Left</td>
    <td>Top Right</td>
  </tr>
  <tr>
    <td>Bottom left</td>
    <td><span>Bottom Right</span></td>
  </tr>
</table>