{{ define "title"}}{{ .feed.Title }} ({{ .total }}){{ end }}
{{ define "page_header"}}
        {{ .feed.Title }}
        
    
    
        {{ if .showOnlyUnreadEntries }}
        {{ plural "page.unread_entry_count" .total .total }}
        {{ else }}
        {{ plural "page.total_entry_count" .total .total }}
        {{ end }}
    
    
{{ t .feed.ParsingErrorMsg }}
{{ t "alert.no_unread_entry" }}
{{ else }}{{ t "alert.no_feed_entry" }}
{{ end }} {{ else }}