Repository URL to install this package:
# -*- coding: utf-8 -*- from django.views.generic.base import TemplateView class ContactView(TemplateView): template_name = 'contact/contact.html'