dynamic templating with flask - sample solution shared for learning purposes only.
deployment template:
git clone https://github.com/quantomancer/WhollyRoasters.git
cd WhollyRoasters
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py