What are the included Handlebars helpers? | Aquro Help Center
The Handlebars parser included in the Aquro platform supports Handlebars' core built-in helpers (read more about these helpers here):
- if
- unless
- each
- with
- lookup
But we have also included the popular Handlebars helpers Swag (read more about Swag here):
String
- lowercase
- uppercase
- capitalizeFirst
- capitalizeEach
- titleize
- sentence
- reverse
- truncate
- center
- newLineToBr
- sanitize
Collections
- first
- withFirst
- last
- withLast
- after
- withAfter
- before
- withBefore
- join
- sort
- withSort
- length
- lengthEqual
- empty
- any
- inArray
- eachIndex
- eachProperty
Math
- add
- subtract
- divide
- multiply
- floor
- ceil
- round
Number
- toFixed
- toPrecision
- toExponential
- toInt
- toFloat
- digitGrouping
Comparisons
- is
- isnt
- gt
- gte
- lt
- lte
- or
- and
Dates
Inflections
HTML