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