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

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

<body>
    {{- partial "header.html" . -}}
    <div id="content">
        {{- block "main" . }}{{- end }}
    </div>

    {{ block "footer" . }}
    {{ partial "footer_container.html" . }}
    {{ partial "subfooter_container.html" . }}
    {{ end }}
</body>

{{- partial "bottom.html" . -}}

</html>