This is an example application on how to use Jinja2 templates to generate files.
To play with the application you can either change the values_alice.json or values_bob.json and see the output in identity_alice.json or identity_bob.json.
To run this application you must first contain Jinja2 libraries. Run pip install -r requirements.txt to install all needed dependencies.