{{ define "main" }}
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
{{ if .Title }}

{{ .Title }}

{{ end }} {{ .Content }} {{ $repo := .Site.Params.repo }} {{ $data := index .Site.Data .Params.context }} {{ range $config_name, $info := $data }} {{ end }}
Name Description Values
{{ if $info.deprecated }}(Deprecated){{ end }} {{ if strings.Contains $info.type "string" }}string{{ else }}{{ $info.type }}{{ end }} {{ $config_name }} {{ $info.description }} (source)
{{ if $info.defaultValue }}
Default:
{{ $info.defaultValue }}
{{ end }} {{ if $info.minimumValue }}
Min:
{{ $info.minimumValue }}
{{ end }} {{ if $info.maximumValue }}
Max:
{{ $info.maximumValue }}
{{ end }} {{ if $info.safemodeValue }}
Safe Mode:
{{ $info.safemodeValue }}
{{ end }} {{ if $info.headlessValue }}
Headless:
{{ $info.headlessValue }}
{{ end }}
{{ partial "components/last-updated.html" . }} {{ partial "components/pager.html" . }} {{ partial "components/comments.html" . }}
{{ end }}