From IRC:
tvansteenburgh
I would like to add this to the Application base class:
@property
def sitemap(self):
return [SitemapEntry(self.config.options.mount_label, '.')]
There's no reason for Application to not implement this default.
Otherwise, subclasses need to provide sitemap just to get the tool to show up in the nav.
forge:tv/6391
Diff: