03. [30p] Firing up the Flask backend

First, let's understand how Flask serves files:

Now, we want to move the html page from earlier tasks to be served by the Flask web server:

Don't forget to import the render_template symbol from the Flask library!