mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
21 lines
588 B
HTML
21 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
|
<head>
|
|
{{- partial "head.html" . -}}
|
|
</head>
|
|
|
|
<body>
|
|
{{ if .Site.Params.addGoogleTag }}
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W9FLX4R"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
{{ end }}
|
|
{{- partial "header.html" . -}}
|
|
<main class='main-section'>
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
|
|
</html> |