blob: f3c3744bca76d78b70eea263ce55397716870405 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<title>{{title or 'No title'}}</title>
<link rel="stylesheet" href="/static/pygments.css" />
<link rel="stylesheet" href="/static/base.css" />
</head>
<body>
{{!base}}
</body>
</html>
|