summaryrefslogtreecommitdiff
path: root/site/themes/tui/layouts/_default/baseof.html
blob: 9ca3a224ed1ca7887cfbe914f30b40c29cfee444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    {{- partial "head.html" . -}}
  </head>
  <body>
    {{- partial "header.html" . -}}
    <div id="content">
      {{- block "main" . }}{{- end }}
    </div>
    {{- partial "footer.html" . -}}
    {{- partial "scripts.html" . -}}
  </body>
</html>