aboutsummaryrefslogblamecommitdiffstats
path: root/alphabetlearning/pages/views.py
blob: 81d4392643ec13d4a0a0b72ba888dce4ea5f963f (plain) (tree)
1
2
3
4
5




                                             
from django.views.generic import TemplateView


class HomePageView(TemplateView):
    template_name = "pages/home.html"