1
0
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
2023-12-03 23:18:52 +03:00

16 lines
398 B
HTML

<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
<head>
<title>{{ .Site.Title }}</title>
<meta name="viewport" content="width=device-width">
<meta name=“description” content="{{ .Site.Params.Description }}"/>
<meta charset="utf-8" />
{{ partial "style.html" . }}
</head>
<body>
{{- block "main" . }}{{- end }}
</body>
</html>