{{- $author := partial "function-authors-data.html" . -}}
{{- $limit := $author.wordlimit -}}
{{- $exceeded := gt .WordCount $limit -}}
{{- $excess := sub .WordCount $limit -}}
{{- $total := lang.FormatNumberCustom 0 (len .Content) -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}}
{{- safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/notes.svg")) -}}
{{- if $exceeded -}}
{{ .WordCount }}
{{- else -}}
{{ .WordCount }}
{{- end -}}
/{{ $limit }} words
{{- /* This comment removes trailing newlines and white spaces. */ -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}}
{{- /* This comment removes trailing newlines and white spaces. */ -}}