Django / Grade 1 / views
class Contacts(TemplateView): template_name = 'contacts.html'
class ProductList(ListView): model = Product template_name = 'product_list.html'