blob: 6074f7aa4b5c56a4619fe932acf04ab6760a4ff0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/jpg" href="assets/light.png">
<link rel="stylesheet" href="css/style.css">
<title> {{page.title}} </title>
</head>
<body>
{{ content }}
</body>
</html>
|