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

baseof.html « _default « layouts - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40335dcbdc577e47a24b95b485f03afed0733b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
  {{ partial "head.html" . }}
  <body>
    <div class="container paper">
      {{ partial "nav.html" . }}
      <main>
        {{ block "main" . }}{{ end }}
      </main>
      {{ partial "google-analytics-async.html" . }}
  </div>
  </body>
</html>