pongo2 icon indicating copy to clipboard operation
pongo2 copied to clipboard

How to use the template engine?

Open SharkFourSix opened this issue 3 years ago • 0 comments

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

  1. Multiple level inheritance doesn't seem to work properly.
  2. Cannot extend a block while retaining parent block content. In Twig, you can use {{ parent() }} to render parent block

SharkFourSix avatar Jul 16 '22 02:07 SharkFourSix