summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/output/dtml1a.html
blob: f146b3400d38ec025eb0b072a52353708b72885f (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
<html>
  <head><title>Test of documentation templates</title></head>
  <body>
      
      <dl>
        <dt>The arguments to this test program were:</dt>
        <dd>
          <ul>
            <li>
              Argument number 1
              is one
            </li><li>
              Argument number 2
              is two
            </li><li>
              Argument number 3
              is three
            </li><li>
              Argument number 4
              is cha
            </li><li>
              Argument number 5
              is cha
            </li><li>
              Argument number 6
              is cha
            </li>
          </ul>
        </dd>
      </dl>
      
      And thats da trooth.
  </body>
</html>