summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/_default/baseof.html
blob: 5f8e2ec023617e039fca216fbce12e2cf3abc73d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    {{- partial "head.html" . -}}
    <body>
        {{- partial "header.html" . -}}
        <div id="content">
        {{- block "main" . }}{{- end }}
        </div>
        {{- partial "footer.html" . -}}
    </body>
</html>