bloat/templates/header.tmpl

14 lines
425 B
Cheetah
Raw Normal View History

2019-12-13 18:08:26 +00:00
<!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}}
2019-12-22 19:43:03 +00:00
<link rel="stylesheet" href="/static/fonts/fork-awesome.css">
2019-12-13 18:08:26 +00:00
</head>
<body>