Create /templates in our flask app. It can be just simple HTML file with Hello world or sth. The goal is to just create template files and to structure the working tree.
Only /templates directory and files under it in this issue. The home.html, restaurants.html and users.html files should be fine for now. No need for additional files
Flaks templates setup
Create
/templates
in our flask app. It can be just simple HTML file withHello world
or sth. The goal is to just create template files and to structure the working tree.Only
/templates
directory and files under it in this issue. Thehome.html
,restaurants.html
andusers.html
files should be fine for now. No need for additional files