shylie.info/_layouts/default.html

11 lines
193 B
HTML
Raw Permalink Normal View History

2024-01-13 21:31:11 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/resources/style.css">
</head>
<body>
{{ content }}
</body>
</html>