summaryrefslogtreecommitdiff
path: root/templates/layout.hbs
blob: b8de618b098b2c4bc2998eb4424b84e6f51e7722 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
    <head>
        <title>PJ {{ title }}</title>
    </head>

    <body>
        {{ ~> page }}
    </body>
</html>