from django.views.generic import TemplateView class HomeTemplateView(TemplateView): template_name = 'home.html'