summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test07.html
blob: bff98f04d6c7e2df34bb74f9510ce73505b21129 (plain)
1
2
3
4
5
6
7
8
9
10
11
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:define-macro="myTable">
<!-- macro definition with slots -->
  <tr>
    <td>Top Left</td>
    <td>Top Right</td>
  </tr>
  <tr>
    <td>Bottom left</td>
    <td><span m:define-slot="bottomRight">Bottom Right</span></td>
  </tr>
</table>