I have templates like this: ``` {{#withMentionAuthor}} <div>...</div> {{/withMentionAuthor}} ``` The block is silently ignored unless I add a space after the name of the helper e.g. '{{#withMentionAuthor }}'.
I have templates like this:
The block is silently ignored unless I add a space after the name of the helper e.g. '{{#withMentionAuthor }}'.