Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 335 Bytes

File metadata and controls

9 lines (8 loc) · 335 Bytes

jinja2-usage-example

Demonstration of jinja2 basic usage

How to run this code (for linux users)

  1. Initialize virtual environment with command python3 -m venv venv
  2. Activate virtual environment with command source venv/bin/activate
  3. Run pip install jinja2
  4. Run python3 main.py
  5. Open index.html and enjoy!