In Flask, the ____ function is used to render a template and send it to the client’s browser.

  • create_template
  • render_template
  • send_template
  • template_render
In Flask, the render_template function is used to render an HTML template and send it as a response to the client's browser. This function is essential for generating dynamic web pages.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *