{{ if .Params.categories }}
{{ range .Params.categories }}
{{ humanize . | upper }}
{{ end }}
{{end}}
{{- if eq .Section "functions" -}}
{{ .LinkTitle }}
{{- else -}}
{{ .Title }}
{{- end -}}
{{ with .Params.featured_image_path }}
{{ end }}
{{- partial "docs/functions-signature.html" . -}}
{{ .Content }}
{{ if ne .Params.jenkinsIssues "" }}
{{ end }}
{{ if .Site.Params.Comments.Utterances.Enable }}
{{ if ne .Params.comment false }}
{{ end }}
{{ end }}