forked from uncloud/uncloud
4 lines
127 B
Python
4 lines
127 B
Python
from django.views.generic.base import TemplateView
|
|
|
|
class UncloudIndex(TemplateView):
|
|
template_name = "uncloud/index.html"
|