Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Jinja Exploration

This directory contains various examples of using Jinja2 Templating.

Examples

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.