{{ define "main" }}
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }} {{ partial "toc.html" (dict "Params" (dict "toc" false)) }}
{{ if .Title }}

{{ .Title }}

{{ end }}
{{- $siteData := partial "utils/hugo-compat/site-data.html" . -}} {{- with (index $siteData .Site.Language.Lang "termbase") -}}
{{- range sort . "term" -}}
{{- .term }}{{ with .abbr }} ({{ . -}}){{ end -}}
{{- .definition -}}
{{- end -}}
{{- end -}}
{{ end }}