docs/layouts/main.html

12 lines
228 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="colors.css">
<link rel="stylesheet" href="base.css">
</head>
<body>
{{> .content }}
</body>
</html>