Unlock this challenge:
What is the purpose of the render() method in Symfony controllers?
render()
To handle user authentication.
To execute database queries.
To render HTML templates.
To retrieve data from external APIs.