2023-10-19 22:05:29 -04:00
|
|
|
<!doctype html>
|
2023-10-18 13:32:43 -04:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-10-19 11:20:07 -04:00
|
|
|
<title>{% if title %}{{ title }} | {% endif %}{{ meta.siteName }}</title>
|
2023-10-19 22:05:29 -04:00
|
|
|
<link rel="stylesheet" href="/css/global.css" />
|
2023-10-18 13:32:43 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-10-19 22:05:29 -04:00
|
|
|
{{ content | safe }}
|
2023-10-18 13:32:43 -04:00
|
|
|
</body>
|
|
|
|
</html>
|