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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Syntax
{{#each nav ~}} <a href="{{url}}"> {{~#if test}} {{~title}} {{~^~}} Empty {{~/if~}} </a> {{~/each}}
~ is to remove whitespaces before or after helpers
~
The text was updated successfully, but these errors were encountered:
(feat) added support for right-side whitespace omitting [#10]
e85e229
(feat) added support for left-side whitespace omitting [#10]
f0529f4
(feat) fixed issue and make ~ works with helper [#10]
df5be4e
The current parser should have issue when dealing with {{{~ xxx ~}}}. The current workaround is to write in this way: {{~{ xxx }~}}.
{{{~ xxx ~}}}
{{~{ xxx }~}}
Sorry, something went wrong.
No branches or pull requests
Syntax
~
is to remove whitespaces before or after helpersThe text was updated successfully, but these errors were encountered: