pfalcon / utemplate

Micro template engine in Python with low memory usage, designed for Pycopy, a minimalist Python dialect, but also compatible with other Pythons.
https://github.com/pfalcon/pycopy
76 stars 8 forks source link

Template Inheritance #11

Closed tarakanov closed 5 years ago

tarakanov commented 5 years ago

I tried to use template inheritance, but it does not work. Is template inheritance implemented in utemplate? If yes, how to use it?

pfalcon commented 5 years ago

Nope, documentation for Jinja of course doesn't apply to utemplate.