{{ define "title"}}{{ t "page.categories.title" }} ({{ .total }}){{ end }} {{ define "content"}} {{ if not .categories }}

{{ t "alert.no_category" }}

{{ else }}
{{ range .categories }}
{{ .Title }} ({{ .FeedCount }})
{{ end }}
{{ end }} {{ end }}