capitalize
Found a typo or an error? Open a ticket.
Need support or have a technical question? Post to the user mailing-list.
The capitalize filter capitalizes a value. The first character will be uppercase, all others lowercase:
{{ 'my first car'|capitalize }} {# outputs 'My first car' #}