mirror of
https://github.com/pantor/inja.git
synced 2026-03-31 05:12:46 +00:00
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.