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

baseof.html « _default « layouts - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbf3fab55baf7178b802f4ffd54573d45f0adb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}

<body>
  <div id="main">
    {{- partial "nav.html" . -}}
    <!-- {{- partial "header.html" . -}} -->
    {{- block "main" . }}{{- end }}
  </div>
  {{- partial "footer.html" . -}}
  {{- partial "backtotop.html" . -}}
  {{- block "script" . }}{{- end }}
</body>

</html>