2022-02-17 16:50:47 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ lang }}">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-01-29 17:08:08 +01:00
|
|
|
<link href="/octomode/{{ name }}/stylesheet.css" rel="stylesheet" type="text/css" media="screen">
|
2022-02-21 18:05:47 +01:00
|
|
|
<title>{{ title }}</title>
|
2022-02-17 16:50:47 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-11-29 19:06:13 +01:00
|
|
|
{{ pad_content }}
|
2022-02-17 16:50:47 +01:00
|
|
|
</body>
|
|
|
|
</html>
|