def navbar(): try: return dict(navbar_pages=navbar_pages, active=request.endpoint) except RuntimeError: return {} # maybe we don't care