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
Stef Heyenrath edited this page Jun 14, 2020
·
5 revisions
Handlebars.CSharp.Helpers
If you are using the Handlebars.CSharp.Helpers package, you NEED to surround these helpers with [ and ] if these are used as a normal helper because Handlebars.CSharp follows the rules from handlebarsjs Identifier Definition more strictly.
However when using the helpers as block-helpers, you need to apply fix 2 as described below.
An alternative could also be to set the PrefixSeparator to a different value like -.