{{if .Success}}

{{.Success}}

{{end}} {{if .Error}}

{{.Error}}

{{end}}

Discover

Add Feed

{{range .Categories}}{{end}}

Import OPML

Settings

Item cap per feed: {{.ItemCap}} (set via ITEM_CAP_PER_FEED)

API key: {{if .APIKeyConfigured}}configured{{else}}not set{{end}}

Categories ({{len .Categories}})

Subscriptions ({{len .Subscriptions}})

{{range .Subscriptions}}

{{.Title}}

{{if .LastFetchedAt}}

last: {{.LastFetchedAt}}{{if .LastError}} ยท {{.LastError}}{{end}}

{{end}}
{{end}}