summaryrefslogtreecommitdiff
path: root/tests/data/template.html.out
blob: 75ef4df39e73323e23eff21c3a8f92c530f0bcc1 (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
<div>
    I'm so rich I have $3.

    oof
    foo

    
    I have body
    

    

    
    should be printed
    

    <ul>
    
        <li>Jan</li>
    
        <li>Piet</li>
    
    </ul>

    Jan, Piet

    <p>This is an example.</p>
</div>