jinja2-usage-example Demonstration of jinja2 basic usage How to run this code (for linux users) Initialize virtual environment with command python3 -m venv venv Activate virtual environment with command source venv/bin/activate Run pip install jinja2 Run python3 main.py Open index.html and enjoy!