summaryrefslogtreecommitdiff
path: root/src/zope/pagetemplate/tests/output/dtml3.html
blob: fd774e197f9d4512f6cdabc8bfbcfc600441a9ce (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
<head><title>Test of documentation templates</title></head>
<body>
        <div>
          The arguments were:
          
          <dl>
            <span>
              <dt>one.</dt>
              <dd>Argument  1 was one</dd>
            </span><span>
              <dt>two.</dt>
              <dd>Argument  2 was two</dd>
            </span><span>
              <dt>three.</dt>
              <dd>Argument  3 was three</dd>
            </span><span>
              <dt>four.</dt>
              <dd>Argument  4 was four</dd>
            </span><span>
              <dt>five.</dt>
              <dd>Argument  5 was five</dd>
            </span>
          </dl>
          <span>
            (six-ten)
          </span>
        </div>
        
        And I am 100% sure!
</body>