In this post we're discussing import and include statements. We learn how these help us better structure our templates and make them easier to maintain....
Tag: Jinja2
In this post we look at Jinja macros. We learn what macros are and how to use them by following many examples illustrating different use case scenarios....
In this post we focus on Jinja2 filters. We learn what filters are and how to use them. Then you will see how to write custom filters. We finish with usage examples for selected filters....
Third post in the Jinja2 tutorial series deals with whitespace control. We learn where whitespaces come from and how to control them....
**J2Live** is a live Jinja2 parser/renderer, you give it template, associated values, click a button and it gives you back wonderfully rendered text. It comes with some cool features, like rendering options, use non-standard filters in your templates, and making non-printable characters visible....