Quiz: Static Templates
Review the concepts of returning HTML responses and structuring template directories in Flask to solidify your understanding of presentation logic separation.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which Flask function is required to serve an external HTML file to the client from a view function?
A.
send_html()
B.
serve_file()
C.
return_template()
D.
render_template()
1 / 4