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