Usage: {{tiers}}
/ {{tiers prefix=":" separator=" - " lastSeparator=", " suffix='options'}}
{{tiers}}
is a formatting helper for outputting tier names. It defaults to a comma-separated list with and
as the last separator and tier(s)
as the suffix. Customize the helper by using a custom prefix, separator, last separator, and/or suffix. Note that values are white-space sensitive.
separator
, prefix
, lastSeparator
, and suffix
accept HTML values.
{{#get}}
helper{{tiers}}
helps with formatting your tier names. To fetch tier data, use the {{#get}}
helper.