from django.views.generic.base import TemplateView class UncloudIndex(TemplateView): template_name = "uncloud/index.html"