1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>{{ page.title }} | shmish</title>
7 <link rel="preload" href="/fonts/stix-two-text/STIXTwoTextVar-Roman.woff2" as="font" type="font/woff2" crossorigin>
8 <link rel="preload" href="/fonts/stix-two-text/STIXTwoTextVar-Italic.woff2" as="font" type="font/woff2" crossorigin>
9 <link rel="stylesheet" href="{{ get_url(path='style.css', cachebust=true) }}">
10</head>
11<body>
12 <h1>{{ page.title }}</h1>
13
14 {{ page.content | safe }}
15</body>
16</html>