{{- $pkg := .Get 0 -}} {{- $text := (replace $pkg "/" ".") -}} {{- $link := $pkg -}} {{- if .Get 1 -}} {{- $mem := .Get 1 -}} {{- $text = printf "%s.%s" $text $mem -}} {{- $link = printf "%s#%s" $link $mem -}} {{- if .Get 2 -}} {{- $text = .Get 2 -}} {{- end -}} {{- end -}}{{ $text }}