home · contact · privacy
Add HTML templating, extend tests.
[redo-blog] / test / test_files / foo.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
5 </head>
6 <body>
7 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
8 <section>
9 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
10 <p>and more than one paragraph</p>
11 <p>note that should be ignored but \ should give a backlash</p>
12 </section>
13 </body>
14 </html>