mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 16:55:39 -04:00
12 lines
306 B
HTML
12 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ page.title }} | KYS</title>
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
</head>
|
|
<body>
|
|
{% include nav.html %}
|
|
{{ content }}
|
|
</body>
|
|
</html> |