{{#if categories}}
-
{{#link-to "discovery.categories"}}{{i18n filters.categories.title}}{{/link-to}}
{{#each categories itemController='site-map-category'}}
-
{{category-link this allowUncategorized=true showParent=true}}
{{#if unreadTotal}}
{{unreadTotal}}
{{/if}}
{{#if showTopicCount}}
{{unbound topic_count}}
{{/if}}
{{/each}}
{{/if}}