2022-09-15 19:54:15 +00:00
|
|
|
<!DOCTYPE html><html lang="en"><head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
|
|
|
|
<title>{{ title }}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h2>{{ title_str }}</h2>
|
2022-10-10 21:44:14 +00:00
|
|
|
<p>Info: {{ message_str }}</p>
|
2022-10-05 14:55:09 +00:00
|
|
|
<p><a href="/">home</a></p>
|
2022-09-15 19:54:15 +00:00
|
|
|
</body>
|
|
|
|
</html>
|