{{ $currentPage := . }} {{ $tags := $.Site.Taxonomies.tags.ByCount }} {{ $v1 := where $tags "Count" ">=" 3 }} {{ $v2 := where $v1 "Term" "not in" (slice "hugo" "tags" "rss") }}