about summary refs log tree commit diff stats
path: root/.zs/layout.html
blob: f62c473bdf6aa1fe448b20f0b9691eda6d7be9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{ lang }}" lang="{{ lang }}">
	<head>
		<link rel="icon" href="favicon.png" />
		<link rel="stylesheet" href="style.css" />
		<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />
		<meta name="author" content="{{ author }}" />
		<meta name="description" content="{{ description }}" />
		<title>{{ title }}</title>
	</head>
	<body>
		{{ content }}
	</body>
</html>