Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Check for greater than or equals condition (a >= b).

      Parameters

      • value1: any

        First value to be compared with second.

      • value2: any

        Second value to be compared with first.

      Returns boolean

      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}}