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

baseof.html « _default « layouts - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 989e22bf5c9b1b010e71e911cafbe360bcd7bc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="{{ .Site.Language }}">
  {{ partial "head.html" . }}
  <body class="container" style="max-width: 1024px;">
    {{ partial "header" . }}
    <main class="mt-3">
      {{ block "main" . }}
      {{ end }}
    </main>
  </body>
</html>