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

		{{template "head" .}}
	</head>
	<body>{{template "body" .}}</body>
</html>