how to make letter small letters in django template code example
Example: django filter text first character upper case
# Displays 'johndoe' as 'Johndoe'
{{ firstname|title }}
# Displays 'johndoe' as 'Johndoe'
{{ firstname|title }}