aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
blob: d51159056243a95ce09349998356a4abb06728c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset='utf-8'>
	<meta content='width=device-width, initial-scale=1' name='viewport'>
	<title>{{if gt .NotificationCount 0}}({{.NotificationCount}}) {{end}}{{.Title}}</title>
	<link rel="stylesheet" href="/static/main.css">
	{{if .CustomCSS}}
	<link rel="stylesheet" href="{{.CustomCSS}}">
	{{end}}
	{{if .FluorideMode}}
	<script src="/static/fluoride.js"></script>
	{{end}}
</head>
<body>