{{- $count := 0 -}}
{{- $author := .Section -}}
{{- $label := "webfeeds.html" -}}
{{- $fragment := print "public/" $author "/" $label -}}
{{- $authors := partial "function-authors-data.html" . -}}
{{- $footer := printf `` | safeHTML -}}
{{- with $items := $authors.feeds.rss -}} {{- $count = len $items -}} {{- end -}}
{{- $expand := cond (gt $count 3) "more" "less" -}}
Web Feeds ({{ $count }})