from django.views.generic import TemplateView
class Index(TemplateView):
template_name = "event/index.html"