from django.views.generic import TemplateView home = TemplateView.as_view(template_name="bds/home.html")