Jinja2 template parser library

A template parser library I’ve written for Ada based on Jinja2 is now on Github:

It supports most of Jinja2 for Python. Template inheritance and autoescape are not supported, but I’m planning at least to add template inheritance.

3 Likes

Is Jinja just another fill in the blanks type templating?

It supports conditionals, loops, block substitutions, inheritance and simple expressions. More than just “fill in the blanks”

2 Likes