{{ if .Params.categories }}
    {{ range .Params.categories }}
      
        {{ humanize  . | upper }}
      
    {{ end }}
  {{end}}
  
    {{- if eq .Section "functions" -}}
      {{ .LinkTitle }}
    {{- else -}}
      {{ .Title }}
    {{- end -}}
  
{{ with .Params.featured_image_path }}
   {{ end }}
{{ end }}
  {{- partial "docs/functions-signature.html" . -}}
  {{ .Content }}