blob: 0c87c3fa93d2ae3df84dbef75551dcb57c592889 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{{ 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>
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>
|