def branding(request: HttpRequest) -> Dict[str, str]: return { "company_name": settings.COMPANY_NAME, "company_logo": settings.COMPANY_LOGO_URL, }