hydden/layouts/_default/baseof.html

12 lines
340 B
HTML

{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
{{ partial "sidebar.html" . }}
<aside class="note">
{{ block "note" . -}}{{- end }}
</aside>
<main class="content container">
{{ block "main" . -}}{{- end }}
</main>
</body>
</html>