mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
14 lines
353 B
HTML
14 lines
353 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
|
{{- partial "head.html" . -}}
|
|
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<img src="{{ .Site.Params.bg1 | absURL }}" alt="bg" class="bg-1">
|
|
<section class="main-section">
|
|
{{- block "main" . }}{{- end }}
|
|
</section>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
|
|
</html> |