{{ $currentVersion := index (findRE "[^/]+.*?" .RelPermalink) 1 }} {{ $contribPath := print "/flux/" $currentVersion "/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" }}
{{ $packageTitle := cond (isset .Params "list_title") $.Params.list_title .Title }} {{ $packageName := replaceRE `^(.*)( package)` "$1$2" $packageTitle }}

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

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