2019-07-25 20:15:08 +00:00
|
|
|
<!DOCTYPE html><html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
{% if refresh %}
|
|
|
|
<meta http-equiv="refresh" content="{{ refresh }}">
|
|
|
|
{% endif %}
|
2021-01-02 16:16:44 +00:00
|
|
|
<link type="text/css" media="all" href="/static/style.css" rel="stylesheet">
|
|
|
|
<link rel=icon sizes="32x32" type="image/png" href="/static/favicon-32.png">
|
2019-07-25 20:15:08 +00:00
|
|
|
<title>{{ title }}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% if h2 %}
|
|
|
|
<h2>{{ h2 }}</h2>
|
|
|
|
{% endif %}
|