]> njoseph.me Git - hyde.git/blob - layouts/_default/baseof.html
Make use of the base template
[hyde.git] / layouts / _default / baseof.html
1 {{ partial "head.html" . }}
2 <body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
3 {{ partial "sidebar.html" . }}
4 <div class="content container">
5 {{ block "main" . -}}{{- end }}
6 </div>
7 </body>
8 </html>