Welcome to mirror list, hosted at ThFree Co, Russian Federation.

baseof.html « _default « layouts - github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef94fe9a28871bd46fc5514bca8bbff4a50fca5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>

<html lang="{{ with .Site.LanguageCode }}{{.}}{{ else }}en-us{{end}}">
{{- partial "core/head.html" . -}}

<body class="container d-flex flex-column min-vh-100">
    {{- block "main" . }}{{- end }}

    {{- partial "core/footer.html" . -}}
    {{- partial "core/script.html" . -}}
</body>

</html>