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.

17 lines
489 B
HTML

3 years ago
<!DOCTYPE html>
<html lang="en">
<head>
3 years ago
<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>
3 years ago
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body class="font-sans">
3 years ago
<main>{{ content | safe }}</main>
</body>
3 years ago
</html>