@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Function and

    • This function returns whether all values resolve to true.

      {{#if (and value1 value1)}}
      <span>Conditional content</span>
      {{/if}}

      Parameters

      • ...values: any[]

        Array of value

      Returns boolean

      true if all values resolve to true, otherwise false