ID: be4f0d796fd6c00454240d2caaed1c49feafe32d
21 lines
—
678B —
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>{% block page_title %}{% endblock %}</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>
|