aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
blob: 8d05014b4203c9da69b42cd9f3fb09b7b4d082a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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}}
	<link rel="stylesheet" href="/static/fonts/fork-awesome.css">
</head>
<body>