2024-10-24 17:26:15 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-10-24 17:49:00 +01:00
|
|
|
<title>{{page.title}}</title>
|
2024-10-31 12:50:48 +00:00
|
|
|
<link href="/static/css/style.css" rel="stylesheet" />
|
2024-10-24 17:26:15 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-10-31 12:50:48 +00:00
|
|
|
<div class="container">
|
2024-10-24 17:26:15 +01:00
|
|
|
<div class="content">
|
2024-10-24 17:49:00 +01:00
|
|
|
{{ content }}
|
2024-10-24 17:26:15 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|