{{ range where .Site.RegularPages "Type" "tiles" }} {{ $count := partial "func/count_posts.html" ( dict "context" . "term" .Params.CorrespondingTagName ) }}
{{if .Params.Cover }} {{ .Title | plainify | default {{ else }} {{ .Title | plainify | default " " }} {{ end }}
{{ if gt $count 0 }} #{{ .Params.CorrespondingTagName | plainify }} ({{ $count }}) {{ end }}
{{ end }}