2020-04-15 15:48:16 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
{{ block "head/resource-hints" . }}{{ partial "head/resource-hints.html" . }}{{ end }}
|
2021-09-07 12:08:46 +02:00
|
|
|
{{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }}
|
2020-04-15 15:48:16 +02:00
|
|
|
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
|
|
|
|
{{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
|
|
|
|
{{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
|
2022-05-18 19:34:38 +02:00
|
|
|
{{ block "head/custom-head" . }}{{ partial "head/custom-head.html" . }}{{ end }}
|
|
|
|
</head>
|