summaryrefslogtreecommitdiffstats
path: root/templates/outline.html.template
blob: 9dd67300d7e6a0b8c610aa8f36e5fa5a0ac1f3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>{{template "title" .}}</title>
		<link rel="icon" href="/static/icon.png">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
{{template "body" .}}
	</body>
</html>