mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 16:55:39 -04:00
11 lines
232 B
HTML
11 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{ page.title }} | KYS</title>
|
|
<link rel="stylesheet" type="text/css" href="/_css/style.css">
|
|
</head>
|
|
<body>
|
|
{% include nav.html %}
|
|
{{ content }}
|
|
</body>
|
|
</html> |