Jinja101 Small flask app Setup This repo uses poetry Install requirements poetry install Open shell with venv and run app poetry shell Run app (first open shell) python flask_app.py Format python document (first open shell) black flask_app.py