{{- $feed := 0 -}} {{- $feeds := "Feeds" -}} {{- $author := partial "function-authors-data.html" . -}} {{- with $author.feeds.rss -}} {{- $feed = len . -}} {{- end -}} {{- if eq $feed 1 -}} {{- $feeds = $feeds | singularize -}} {{- end -}} {{ partial "author-header.html" . }} {{ partial "author-picture.html" . }}

{{ $author.description | markdownify }}

{{- partial "profile-tabs.html" . -}}