Express Sweet API Reference - v3.0.0
    Preparing search index...
    • Check for less than 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 less than the second value, false otherwise.

      {{lt val1 val2}}
      {{#if (lt val1 val2)}}...{{/if}}