capitalize
The capitalize filter will capitalize the first letter of the string.
{{ "article title" | capitalize }}
The above example will output the following:
Article title
See also: title
capitalizeThe capitalize filter will capitalize the first letter of the string.
{{ "article title" | capitalize }}
The above example will output the following:
Article title
See also: title