Recent Jinja2 Posts from Tech Monger :///feeds/jinja2/ 2019-01-05T05:50:09.136214Z Werkzeug How to use Jinja2 in Python without Flask https://techmonger.github.io/69/jinja2-render-html 2019-01-05T05:50:09.136214Z 2019-01-04T18:43:27.606962Z Tech Monger <p class="lead"> Due to various reasons you might want to render dynamic html content outside of your web application. For example to create the html email body. Also you might want to use jinja2 with web framework which does not have inbuilt support for it. Below we will explain how to use jinja2 as standalone utility in python script with the help of an <a href="#example">example code</a>.