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