from django.shortcuts import render def index(request): context = { "project_name": "ComplianceShield", } return render(request, "core/index.html", context)