2023-02-16 16:20:38 +00:00
|
|
|
{{define "common/head"}}
|
|
|
|
{{if .customHeader}}
|
|
|
|
{{.customHeader|unescaped}}
|
|
|
|
{{end}}
|
|
|
|
|
2023-02-24 16:56:52 +00:00
|
|
|
{{if .headScript}}
|
|
|
|
{{.headScript|unescaped}}
|
2023-02-16 16:20:38 +00:00
|
|
|
{{end}}
|
2023-02-24 16:56:52 +00:00
|
|
|
|
2023-02-18 15:35:39 +00:00
|
|
|
{{if .externHead}}
|
|
|
|
{{.externHead|unescaped}}
|
|
|
|
{{end}}
|
2023-02-16 16:20:38 +00:00
|
|
|
{{end}}
|
|
|
|
|
2023-02-28 15:38:23 +00:00
|
|
|
{{define "common/footer"}}
|
|
|
|
{{if .footerScript}}
|
|
|
|
{{.footerScript|unescaped}}
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
|
2023-02-16 16:20:38 +00:00
|
|
|
{{define "common/customLogo"}}
|
|
|
|
{{if .customLogo}}
|
|
|
|
{{.customLogo|unescaped}}
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|