summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/test04.html
blob: f0666da5bdd1503021ec36498cc0ec17dc0d985e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>

  <body>

    <ul>
    </ul>

    <span />

    <ul>
        <li>
          0
          hello world
        </li>
        <li>
          1
          hello world
        </li>
    </ul>

    <span />

    <ul>
        <li>
          0
          goodbye cruel world
        </li>
        <li>
          1
          goodbye cruel world
        </li>
    </ul>

    <p>define-slot</p>

  </body>

</html>