aboutsummaryrefslogtreecommitdiffstats
path: root/views/base.tpl
blob: 9f3046bddc86b1566aafeca5892ecba1058cda12 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
    <title>{{title or 'No title'}}</title>
    <link rel="stylesheet" href="/static/pygments.css" />
    <link rel="stylesheet" href="/static/base.css" />
</head>
<body>
<img id="banner" alt="Pasteme" src="/static/banner.png"><br/>
{{!base}}
</body>
</html>