aashishpeepra
NNovu
•Created by aashishpeepra on 6/11/2024 in #💬│support
The website crashes when I do .length while writing a custom email template
Okay the solution was to use
{{#with items as |itemsArray|}}
{{itemsArray.length}} {{pluralize itemsArray.length "message" "messages"}}
{{/with}}
6 replies
NNovu
•Created by aashishpeepra on 6/11/2024 in #💬│support
The website crashes when I do .length while writing a custom email template
This is the error message I get when I did the above solution
{
"error": "Missing helper: "let""
}
6 replies