{{ range $key, $example := .Examples -}}
{{ if $example.HasChildren }}
{{$example.Name}}
{{ range $key, $child := $example.Children -}}{{ $child.Name }}
{{- end }} {{- end }} {{ if $example.HasNotChildren }}{{ $example.Name }}
{{- end }} {{- end }}
Contribute to the documentation?
Edit this page on Github!