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.
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.
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”