shylie.info/_layouts/default.html
2024-01-13 16:31:11 -05:00

11 lines
193 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/resources/style.css">
</head>
<body>
{{ content }}
</body>
</html>