2023-04-13 00:07:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
{{- if true -}}
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, height=device-height initial-scale=1.0, minimum-scale=1.0">
|
|
|
|
{{ else }}
|
|
|
|
{{htmlSafe "<!--[if IE 6]>"}}
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=Unicode">
|
|
|
|
{{htmlSafe "<![endif]-->"}}
|
|
|
|
{{ end -}}
|
|
|
|
<title>{{if .Title}}{{ .Title }} -{{end}} {{if .AppName}}{{ .AppName }}{{end}}</title>
|
|
|
|
{{- if .AppName -}}
|
|
|
|
<meta property="og:title" content="{{ .AppName }}">
|
|
|
|
<meta property="og:site_name" content="{{ .AppName }}">
|
|
|
|
{{- end -}}
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
2023-04-28 19:07:02 +02:00
|
|
|
<link rel="icon" href="/assets/img/logo-pcmt.svg" type="image/svg+xml">
|
|
|
|
<link href="/assets/pcmt.css" rel="preload" as="style">
|
|
|
|
<link href="/assets/pcmt.css" rel="stylesheet">
|
2023-04-13 00:07:08 +02:00
|
|
|
|
|
|
|
{{- if .DevelMode -}}
|
|
|
|
<!-- <link href="http://localhost:3002/browser-sync/browser-sync-client.js?v=2.29.1" rel="preload" as="script"> -->
|
|
|
|
{{- end -}}
|
|
|
|
</head>
|