handlebars-rust
handlebars-rust copied to clipboard
Remove decorator from public API
Handlebarsjs has deprecated decorator API from public and will only use for internal features (partial/inline).
Found this as I'm curious about inline (as it's the only template inheritance-like mechanism I can see, and the example with partials here implies that). What would be the alternative if this goes away? There doesn't seem to be an alternative?