{{ $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.
$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.