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

baseof.html « _default « layouts - github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2c7c302a4952ab167e08197db98627e9332127c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}

<body class="container bg-dark text-white">
    {{ partial "navbar.html" . }}
    {{ block "main" . }}
    {{ end }}
</body>

</html>