Mailjet Non-Nested Loop Failing
问题 My test email for a Mailjet Template keeps failing in a for loop I am using. Unlike other Mailjet Loop questions on stack overflow, my loops are not nested, and my array is not empty. The following code keeps failing In my template, I have two template blocks (for the for and endfor) surrounding a text block. Like below: {{var:FirstName:""}} {% for month in var:MonthList %} {{month.Name:""}} {{month.Count:""}} {% endfor %} I keep getting: ERenderError: expression parsing error ## Unknown