{{ define "results" }} {{- range $opt, $data := .Results }}
{{ $opt }}

{{ $data.Description }}

{{- with $data.Type }}
Type
{{ . }}
{{- end }} {{- with $data.Default }}
Default
{{ .Text }}
{{- end }} {{- with $data.Example }} {{- if .Text }}
Example
{{ .Text }}
{{- end }} {{- end }} {{- with $data.Declarations }}
Declared
{{- range . }}
{{ . }}
{{- end }} {{- end }}
{{- end }} {{ end }}