mirror of
https://github.com/pantor/inja.git
synced 2026-03-14 13:11:24 +00:00
* apply documentation changes to single_include * retain scope when including a template * Use data from current scope when rendering an included template. This allows included templates to access loop variables, which was not possible before. * Add test