Would Handlebars be open to adding support for fragment support?
https://htmx.org/essays/template-fragments/
Essentially it lets you declare something similar to a partial inside an existing template, and then when you call to render your template you can optionally target a sub-fragment of the larger template. This helps when you need to re-render many small parts of a smaller template, that don't necessarily need re-use on other templates (and thus don't benefit from partials as much).
Would Handlebars be open to adding support for fragment support?
https://htmx.org/essays/template-fragments/
Essentially it lets you declare something similar to a partial inside an existing template, and then when you call to render your template you can optionally target a sub-fragment of the larger template. This helps when you need to re-render many small parts of a smaller template, that don't necessarily need re-use on other templates (and thus don't benefit from partials as much).