Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.36k stars 280 forks source link

Extends inside include #909

Closed susonwaiba closed 2 months ago

susonwaiba commented 2 months ago

For issues:

Changes:

Here, tera.get_template(tpl_name) seems to already parse parents if any exists. Using Processor might create separate context ?? Performance ??

Keats commented 2 months ago

I don't really want to add that feature though.