{{ range .context.Site.Taxonomies.ssg }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if ge $count 10 }}
{{ end }}
{{ end }}
{{ partial "toggle-more.html" . }}
{{ range .context.Site.Taxonomies.ssg }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if lt $count 10 }}
{{ end }}
{{ end }}
CSS Flavor
{{ partial "toggle-icon.html" . }}
{{ range .context.Site.Taxonomies.css }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if ge $count 5 }}
{{ end }}
{{ end }}
{{ partial "toggle-more.html" . }}
{{ range .context.Site.Taxonomies.css }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if lt $count 5 }}
{{ end }}
{{ end }}
CMS Editor
{{ partial "toggle-icon.html" . }}
{{ range .context.Site.Taxonomies.cms }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if ge $count 5 }}
{{ end }}
{{ end }}
{{ partial "toggle-more.html" . }}
{{ range .context.Site.Taxonomies.cms }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if lt $count 5 }}
{{ end }}
{{ end }}
Composition
{{ partial "toggle-icon.html" . }}
{{ range .context.Site.Taxonomies.archetype }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if ge $count 5 }}
{{ end }}
{{ end }}
{{ partial "toggle-more.html" . }}
{{ range .context.Site.Taxonomies.archetype }}
{{ $count := 0 }}
{{ if $countAll }}
{{ $count = .Count }}
{{ else }}
{{ range .Pages }}
{{ if not .Params.stale }}
{{ if not .Params.disabled }}
{{ $count = add $count 1 }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if lt $count 5 }}