{{ $currentVersion := index (findRE "[^/]+.*?" .RelPermalink) 1 }} {{ $expRiskURL := print "/influxdb/" $currentVersion "/reference/flux/stdlib/experimental/#use-experimental-functions-at-your-own-risk" }} {{ $expPath := print "/influxdb/" $currentVersion "/reference/flux/stdlib/experimental/" }} {{ if in .RelPermalink $expPath }} {{ if not (eq .RelPermalink $expPath) }} {{ if eq .Kind "page" }} {{ $name := replaceRE `^\w*\.\w*\(\)` "$0" .Title }}

The {{ $name | safeHTML }} is {{ if in $name "experimental" }}{{ else }}experimental and{{ end }} subject to change at any time. By using this function, you accept the risks of experimental functions.

{{ else if eq .Kind "section" }}

The {{ if $.Params.list_title }}{{ $.Params.list_title }}{{ else }}{{ .Title }}{{ end }} is experimental and subject to change at any time. By using this package, you accept the risks of experimental functions.

{{ end }} {{ end }} {{ end }}