Check for less than condition (a < b).
First value to be compared with second.
Second value to be compared with first.
Returns true if the first value is less than the second value, false otherwise.
{{lt val1 val2}}{{#if (lt val1 val2)}}...{{/if}} Copy
{{lt val1 val2}}{{#if (lt val1 val2)}}...{{/if}}
Check for less than condition (a < b).