blob: e372d6c25c11478203223ef6b45514e022f549b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
<title>{{title or 'No title'}}</title>
<link rel="stylesheet" href="/static/pygments.css" />
<link rel="stylesheet" href="/static/base.css" />
<link rel="icon" type="image/ico" href="/static/favicon.ico" />
</head>
<body>
<img id="banner" alt="Pasteme" src="/static/banner.png"><br />
{{!base}}
</body>
</html>
|