{{- $gate := split (.Get "gate") "," }} {{- $len_gate := len $gate }} {{- $title := .Get "title" }}
The {{ $title }} {{- if gt $len_gate 1 }}features are{{ else }}feature is{{ end }} currently Alpha, not enabled by default, and may change in the future.
Use the Feature {{- if gt $len_gate 1 }}Gates{{- else}}Gate{{- end }} {{ range $index, $value := first (sub $len_gate 1) $gate }} {{- $value }}
, {{ end }}{{ if gt $len_gate 1 }}and{{ end }}{{ range (last 1 $gate) }} {{ . }}
{{ end }}
to enable and test {{ if gt $len_gate 1 }}these features{{else}}this feature{{ end }}.
See the Feature Gate documentation for details on how to enable features.