Q. Which function is used to render templates in Django views?
β
Correct Answer: (C)
render()
Explanation: render() is the common function to render HTML templates in Django views.