from django.conf import settings def branding(request): return {"site_name": settings.SITE_NAME, "site_root": settings.SITE_ROOT}