Closed
Description
I'm using Juice with Mandrill's Handlebars tempting system.
{{#if `age <= 40`}}<p>Young</p>{{/if}}
Becomes
{{#if `age <= 40`}}<p="">Young<p></p>{{/if}} </=>
I could rewrite my templates like:
{{#if `age < 40 || age = 40`}}<p>Young</p>{{/if}}
But that's a bit of a pain.
What's with <=
breaking Juice?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels