summaryrefslogtreecommitdiff
path: root/_templates/post.html
blob: fca6aed7bc6cfa1e201fb10f7240c588fad6e20b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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"/>
	<link rel="stylesheet" href="/writeups/css/style.css"/>
	<title> $title$ </title>
</head>
<body>
$partial("_templates/header.html")$
<main>
$body$
</main>
</body>
</html>