{{- $toc := and (isset .Params "toc") .Params.toc }}
  • {{ T "TableOfContents" }}
  • {{ T "SiteOverview" }}
{{- if $toc }}
{{ .TableOfContents }}
{{- end }}
{{ partial "sidebar/overview" . }}
{{- if and .Site.Params.backTop.enable .Site.Params.backTop.sidebar }}
0%
{{- end }}