mirror of
https://github.com/pantor/inja.git
synced 2026-03-18 23:15:58 +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