handlebars-rust icon indicating copy to clipboard operation
handlebars-rust copied to clipboard

feat: reimplement partial block and drop stack based implementation

Open sunng87 opened this issue 9 months ago • 0 comments

Fixes #697

Our previous stack based implementation of @partial-block has its limitation for nested scenarios. This patch attempts to redo it with blockcontext.

sunng87 avatar Mar 16 '25 18:03 sunng87