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

baseof.html « _default « layouts - github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc86ca185a403cb0c27be1fc6bd459bf35da4aed (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{ partial "head.html" . }}
<body>
  {{ partial "nav.html" . }}
  <section class="main-content">
    {{ block "main" . }}{{ end }}
    {{ partial "footer.html" . }}
  </section>
</body>
</html>