13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="/static/style.css" />
|
||
|
<link rel="icon" href="/static/icon.png" />
|
||
|
<title>{{ title }}</title>
|
||
|
</head>
|
||
|
<body id="{{ page }}">
|
||
|
{% block body %}
|
||
|
{% endblock body %}
|
||
|
</body>
|
||
|
</html>
|