handlebars-lang / handlebars.js

Minimal templating on steroids.
http://handlebarsjs.com
MIT License
17.82k stars 2.04k forks source link

Fix #1695 indented partial with block helper cannot split result #1916

Open xmedeko opened 1 year ago

xmedeko commented 1 year ago

See #1695

Simple fix in invokePartialWrapper. However, I am not sure if the compiled partial code should do it instead?