pongo2
pongo2 copied to clipboard
How to use the template engine?
I'm having difficulties using this engine because there's zero documentation.
I'm only getting by because it's similar to Twig. The issues I'm having are
- Multiple level inheritance doesn't seem to work properly.
- Cannot extend a block while retaining parent block content. In Twig, you can use
{{ parent() }}to render parent block