{{ define "main" }}
{{/* ── Left sidebar ─────────────────────────────────────────────── */}} {{/* ── Main content ──────────────────────────────────────────────── */}}
{{- if .Description -}}

{{ .Title }}

{{ .Description }}

{{- else -}}

{{ .Title }}

{{- end }} {{ .Content }} {{- if or .PrevInSection .NextInSection -}}
{{- with .NextInSection -}} {{- end -}} {{- with .PrevInSection -}} {{- end -}}
{{- end -}}
{{/* ── Right TOC ────────────────────────────────────────────────── */}} {{- with .TableOfContents -}} {{- end -}}
{{ end }}