SimpleTemplateResponse.template_name
The name of the template to be rendered. Accepts a backend-dependent template object (such as those returned by get_template()
), the name of a template, or a list of template names.
Example: ['foo.html', 'path/to/bar.html']
Please login to continue.