{{ define "title"}}{{ t "page.feeds.title" }} ({{ .total }}){{ end }} {{ define "content"}} <section class="page-header"> <h1>{{ t "page.feeds.title" }} ({{ .total }})</h1> {{ template "feed_menu" }} </section> {{ if not .feeds }} <p class="alert">{{ t "alert.no_feed" }}</p> {{ else }} {{ template "feed_list" dict "user" .user "feeds" .feeds "ParsingErrorCount" .ParsingErrorCount }} {{ end }} {{ end }}