blob: a45cf3722d212339a3134a5fedadd6e721e71560 (
plain)
1
2
3
4
5
6
7
8
|
{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
{{ partial "sidebar.html" . }}
<div class="content container">
{{ block "main" . -}}{{- end }}
</div>
</body>
</html>
|