The views class for the django framework. Create several classes that implement the task of tearing text in two forms. These forms must be passed to the idnex html template
EXAMPLE: class ExampleClassView(View): template_name = "index.html" def get(self, request): return render(request, self.template_name, {'form': ExampleForm(), 'another_form': AnotherForm()},)