1 {{ .Scratch.Set
"most_topics" 0 -}}
2 {{ range .Site.RegularPages -}}
3 {{ if isset .Params
"topics" -}}
4 {{ $topics := len .Params.topics -}}
5 {{ if gt $topics ($.Scratch.Get
"most_topics") -}}
6 {{ $.Scratch.Set
"most_topics" $topics -}}
10 {{ .Scratch.Get
"most_topics" -}}