aboutsummaryrefslogtreecommitdiffstats
path: root/tests/templates/basic.html
blob: bfdc973acd0a0b91eb6dbdf844331f4a97bebef7 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
    <head>
        <title>{{ title }}</title>
    </head>
    <body>
    </body>
</html>