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

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