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