The capitalize
filter will capitalize the first letter of the string.
twig
{{ "article title" | capitalize }}
The above example will output the following:
twig
Article title
See also:
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: