{{ $examples := .examples }} {{ $levels := slice "common" "advanced" }} {{ $formats := slice "yaml" "toml" "json" }}
{{ partial "heading.html" (dict "text" "Example configurations" "level" 3) }}
{{ range $levels }} {{ end }}
{{ range $formats }} {{ end }}
{{ range $levels }} {{ $example := index $examples . }}
{{ range $format, $v := $example }}
{{ highlight $v $format "" }}
{{ end }}
{{ end }}