{{ $currentVersion := index (findRE "[^/]+.*?" .RelPermalink) 1 }} {{ $contribPath := print "/influxdb/" $currentVersion "/reference/flux/stdlib/contrib/" }} {{ if in .RelPermalink $contribPath }} {{ if not (eq .RelPermalink $contribPath) }} {{ if eq .Kind "page" }} {{ $name := replaceRE `^\w*\.\w*\(\)` "$0" .Title }}

The {{ $name | safeHTML }} is a user-contributed function maintained by the package author and can be updated or removed at any time.

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

The {{ if $.Params.list_title }}{{ $.Params.list_title }}{{ else }}{{ .Title }}{{ end }} is a user-contributed package maintained by the package author and can be updated or removed at any time.

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