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