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