Closed
Description
Implement capitalize
filter according the jinja2 documentation:
https://jinja.palletsprojects.com/en/2.10.x/templates/#capitalize
Capitalize a value. The first character will be uppercase, all others lowercase.
Implement capitalize
filter according the jinja2 documentation:
https://jinja.palletsprojects.com/en/2.10.x/templates/#capitalize
Capitalize a value. The first character will be uppercase, all others lowercase.