summaryrefslogtreecommitdiff
path: root/tests/data/biblio/default.html
blob: 42197e07a5f5341bb12304c25e5e8e6febeab6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>$title$</title>
    </head>
    <body>
        <h1>$title$</h1>
        $body$
    </body>
</html>