We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual Behaviour
Can not use with (https://handlebarsjs.com/guide/block-helpers.html#the-with-helper) block helper in email template. It does work in UI editor but actual email with the same test data does not contain the block.
with
Expected Behaviour
Email includes includes all blocks
Steps to reproduce it
{{#with data}} {{one}} {{two}} {{three}} {{/with}}
{ "data": { "one": 1, "two": 2, "three": 3 } }
1 2 3
The text was updated successfully, but these errors were encountered:
Bump, same here. I find it very odd that they refer to handlebars docs, but don't support the documented syntax for built-in helpers.
Sorry, something went wrong.
No branches or pull requests
Actual Behaviour
Can not use
with
(https://handlebarsjs.com/guide/block-helpers.html#the-with-helper) block helper in email template. It does work in UI editor but actual email with the same test data does not contain the block.Expected Behaviour
Email includes includes all blocks
Steps to reproduce it
1 2 3
The text was updated successfully, but these errors were encountered: