You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
476 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Its (j)ust (e)leventy and (t)ailwind … OK, and a few other things; its still really small though.">
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body class="font-sans">
<main>
{{ content | safe }}
</main>
</body>
</html>