pi-www-theme-soho/layouts/_default/baseof.html

11 lines
328 B
HTML
Raw Normal View History

2017-09-07 22:41:16 +03:00
{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
{{ partial "sidebar.html" . }}
<main class="content container">
2017-09-07 22:41:16 +03:00
{{ block "main" . -}}{{- end }}
</main>
{{ template "_internal/google_analytics_async.html" . }}
2017-09-07 22:41:16 +03:00
</body>
</html>