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: 0d2a65910651e7eddcb88a3fa5032757344a73cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
{{ partial "head.html" . }}
<body>
  {{ partial "header-nav.html" . }}
  <section class="main-content">
    {{ block "main" . }}{{ end }}
    {{ partial "footer.html" . }}
  </section>
  {{ partial "google-analytics-async.html" . }}
</body>
</html>