ID: 93aaf831be413b76581444f0df6af68fae71c679
21 lines
—
662B —
View raw
| <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/static/css/pygments_default.css" rel="stylesheet">
<link href="/static/css/clif.css" rel="stylesheet">
<title>{{ title if title }}</title>
</head>
<body>
<div class="top_bar">
<div class="path">{% block path %}{% endblock %}</div>
<div class="context">{% block context %}{% endblock %}</div>
</div>
<div class="page_content">{% block content %}{% endblock %}</div>
</body>
</html>
|