<title>%BLOG_TITLE% – %ARTICLE_TITLE_ESCAPED%</title>
 </head>
 <body>
+<a href="index.html">%BLOG_TITLE%</a>
 <h1>%ARTICLE_TITLE_HTML%</h1>
 <section>
 %BODY%
 
 <title>Yet another blog – foo</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
 <h1>foo</h1>
 <section>
 <p>bar</p>
 
 <title>Yet another blog – a title with some nasty characters: &<>"' %BODY%</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
 <h1>a title with some nasty characters: &<>"' %BODY%</h1>
 <section>
 <p>this text contains some special characters: /;%'"><&äöüß</p>
 
 <title>Yet another blog – foo bar baz</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
 <h1>foo <em>bar</em> <strong>baz</strong></h1>
 <section>
 <p>foo</p>