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: a3c74aba7f3d04b2c78a78a5241da1538ea2765a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="{{ .Site.Language }}">
  {{ partial "head.html" . }}
  <body class="container" style="max-width: 1024px;">
    {{ partial "header" . }}
    <main class="mt-3" style="margin-left: 32px;">
      {{ block "main" . }}
      {{ end }}
    </main>
    {{ partial "sidebar" . }}
  </body>
</html>