Question 2
Which of the following statements BEST describes a key advantage of Jinja2 server-side rendering over JavaScript/JSON-based client-side rendering?
It guarantees that dynamic updates on user interactions never require additional data fetches.
It provides faster initial page load and improved Search Engine Optimization without requiring client-side template logic.
It allows the client to handle all template rendering, reducing load on the server.
None of these