from django.shortcuts import render # Create your views here. def a_index(request): return render(request,"a_index.html")