from django.shortcuts import render # Create your views here. def play(request,pk): # return render(request, 'components/answer.html', {"pk": pk}) #