title
The title
filter returns a title-cased version of the value (each word starts with an uppercase letter).
For example:
{{ 'chargeover is great'|title }}
Will print "ChargeOver Is Great"
The title
filter returns a title-cased version of the value (each word starts with an uppercase letter).
For example:
{{ 'chargeover is great'|title }}
Will print "ChargeOver Is Great"