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