12 lines
324 B
HTML
12 lines
324 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{title}}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font crossorigin>
|
|
<link href="_assets/style-{{style_css_checksum}}.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
{{{body}}}
|
|
</body>
|
|
</html>
|