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

{{ .Title }}

{{ end }}
{{- with (index .Site.Data .Site.Language.Lang "termbase") -}}
{{- range sort . "term" -}}
{{- .term }}{{ with .abbr }} ({{ . -}}){{ end -}}
{{- .definition -}}
{{- end -}}
{{- end -}}
{{ end }}