from django.conf import settings def app(request): return {"APP_TITLE": settings.APP_TITLE}