{{ $configure := .Params.configure }} {{ $configs := site.Data.docs.config_examples }} {{ $defaultConfig := (index $configs 0).title }}
{{ partial "home/heading.html" (dict "title" $configure.title) }}

{{ $configure.description }}

{{ range $configs }} {{ end }}
{{ template "dot" "red-500" }} {{ template "dot" "yellow-500" }} {{ template "dot" "green-500" }}
{{ $configure.filename }}
{{ range $configs }} {{ $code := highlight .example "toml" "" }}
{{ $code }}
{{ end }}
{{ $configure.below | markdownify }}
{{ define "dot" }} {{ end }}