mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 04:29:21 +02:00
16 lines
438 B
Cheetah
16 lines
438 B
Cheetah
<!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>
|