mirror of
https://github.com/pantor/inja.git
synced 2026-05-23 04:25:23 +00:00
34514c2658
We need to resets current_block to a nullptr after parsing the template in `parse_into`, otherwise, current_block will refer to local stack space after we return from Parser::parse.