summaryrefslogtreecommitdiff
path: root/_templates/main.html
blob: 093c7da27ee2a592581592ce9e71f3f353b734a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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> $title$ </title>
</head>
<body>
$partial("_templates/header.html")$
<main>
$body$
</main>
</body>
</html>