{{ partial "components/sidebar.html" (dict "context" . "no_sidebar" false) }} {{ partial "components/toc.html" . }}
{{ if (.Params.show_breadcrumb | default true) }}
{{ partial "components/breadcrumb.html" . }}
{{ end }}

{{ .Title }}

{{ .Content }}
{{ partial "components/last-edited.html" . }} {{ .Scratch.Set "invert_pager" true }} {{ partial "components/next-in-series.html" . }} {{ partial "comments.html" . }}