2019-12-08 03:59:58 -05:00
|
|
|
{{define "common/header"}}
|
|
|
|
<!DOCTYPE html>
|
2022-04-30 09:30:58 -04:00
|
|
|
<html lang="{{.Conf.Language}}">
|
2019-12-08 03:59:58 -05:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>{{.Title}}</title>
|
2022-05-05 08:55:23 -04:00
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.css">
|
|
|
|
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" type="text/css"
|
|
|
|
rel="stylesheet" />
|
2019-12-08 03:59:58 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
2022-04-23 02:51:10 -04:00
|
|
|
<link rel="stylesheet" type="text/css" href="/static/main.css?v2022042314">
|
2021-08-04 01:35:41 -04:00
|
|
|
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
|
2019-12-08 03:59:58 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-05-05 08:55:23 -04:00
|
|
|
{{end}}
|