mirror of
https://github.com/pantor/inja.git
synced 2026-04-15 04:29:02 +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.