Recent Jinja2 Posts from Tech Monger:///feeds/jinja2/2019-01-05T05:50:09.136214ZWerkzeugHow to use Jinja2 in Python without Flaskhttps://techmonger.github.io/69/jinja2-render-html2019-01-05T05:50:09.136214Z2019-01-04T18:43:27.606962ZTech 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>.