from django.utils.decorators import method_decorator from django.views.generic import TemplateView class AuthView(TemplateView): template_name = "index.html"