This directory contains various examples of using Jinja2 Templating.
Here's a brief description of examples captured/explored:
- firstjinja.py: A Simple Example showcasing simple variable substitution.
- write_message.py: A Simple Example showcasing an external template file, conditional, loop, etc.
- app.py: A Simple Example usecase of Jinja2 with Flask.
Note: Examples explored originally from here.