mirror of
https://github.com/pantor/inja.git
synced 2026-04-20 14:59:28 +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