def index()

in webapp/app/encryptioncontext/views.py [0:0]


def index(request):
    context={}
    return render(request,'create',context)