Home »
MCQs »
Flask MCQs
Which of the following method is used to render a template?
26. Which of the following method is used to render a template?
- Render
- Template_render()
- Template
- Render_template()
Answer: D) Render_template()
Explanation:
To render a template you can use the render_template() method.