You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When attempting to define a partial, e.g. {{#*inline "my_partial" arg}}{{arg}}{{/inline}}, a runtime exception is raised: HandlebarsDotNet.HandlebarsRuntimeException: {{*inline}} helper must have exactly one argument
Describe the solution you'd like
Hash arguments for inline partials should be supported, as they are in Handlebarsjs
Describe alternatives you've considered
Registering compiled partials, which is impractical for some situations
Is your feature request supported by Handlebarsjs? Please provide details.
Yes, see
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When attempting to define a partial, e.g.
{{#*inline "my_partial" arg}}{{arg}}{{/inline}}
, a runtime exception is raised:HandlebarsDotNet.HandlebarsRuntimeException: {{*inline}} helper must have exactly one argument
Describe the solution you'd like
Hash arguments for inline partials should be supported, as they are in Handlebarsjs
Describe alternatives you've considered
Registering compiled partials, which is impractical for some situations
Is your feature request supported by Handlebarsjs? Please provide details.
Yes, see
The text was updated successfully, but these errors were encountered: