{{ if ne .Feed.Icon.IconID 0 }}
{{ end }}
{{ .Title }}
{{ .Feed.Category.Title }}
{{ define "title"}}{{ t "Unread Items" }} {{ if gt .countUnread 0 }}({{ .countUnread }}){{ end }} {{ end }}
{{ define "content"}}
{{ t "Unread" }} ({{ .countUnread }})
{{ t "There is no unread article." }}
{{ else }} {{ template "pagination" .pagination }} {{ end }} {{ end }}