Utility Helpers allow you to compare values in the following ways:


  • default - Returns the first non-empty value from a list of argument; extremely useful for providing fallback chains. 
    • Syntax: {{default field1 field2 field3 "final fallback"}}
    • Example: 
      <p>Visit our {{default [Preferred-Store] [Nearest-Store] "online store"}} today!</p>


For more detailed information on Handlebars, please consult the appropriate article below: